-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Comparing changes
Open a pull request
base repository: FFmpeg/FFmpeg
base: 047dcfabc7e8
head repository: FFmpeg/FFmpeg
compare: 489d8a79a649
Commits on Oct 3, 2012
-
blowfish: Factorize testing into a separate function
Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for 0cc9a64 - Browse repository at this point
Copy the full SHA 0cc9a64View commit details -
blowfish: Fix CBC decryption with dst==src
Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for 87f023f - Browse repository at this point
Copy the full SHA 87f023fView commit details -
Test inplace ECB, normal CBC and inplace CBC encryption/decryption. Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for 75366a5 - Browse repository at this point
Copy the full SHA 75366a5View commit details -
There are cases where strncpy() does exactly what is required. A blanket ban forces more convoluted solutions to be used in those cases and has been a cause of bugs. Signed-off-by: Mans Rullgard <mans@mansr.com>
Configuration menu - View commit details
-
Copy full SHA for 05e209c - Browse repository at this point
Copy the full SHA 05e209cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be5b0d - Browse repository at this point
Copy the full SHA 8be5b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd712a5 - Browse repository at this point
Copy the full SHA fd712a5View commit details -
xtea: Factorize testing into a separate function
Based on a patch by Michael Niedermayer. Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for ca074cc - Browse repository at this point
Copy the full SHA ca074ccView commit details -
xtea: Fix CBC decryption when src==dst
Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for b434500 - Browse repository at this point
Copy the full SHA b434500View commit details -
Based on test code by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for f0fce9f - Browse repository at this point
Copy the full SHA f0fce9fView commit details -
libspeex: Add a private option for enabling VAD
Speex detects non-speech periods and encodes them with just enough bits to reproduce the background noise, aka ``comfort noise generation''. Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for ad11681 - Browse repository at this point
Copy the full SHA ad11681View commit details -
libspeexdec: improve setting of Speex mode and sample rate
If there is no extradata and the sample rate given by the user is not valid, decode as ultra-wideband.
Configuration menu - View commit details
-
Copy full SHA for 3b061c5 - Browse repository at this point
Copy the full SHA 3b061c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c3f9c - Browse repository at this point
Copy the full SHA 27c3f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892695c - Browse repository at this point
Copy the full SHA 892695cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 908e22b - Browse repository at this point
Copy the full SHA 908e22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e5d0c - Browse repository at this point
Copy the full SHA 45e5d0cView commit details -
libspeexdec: If the channel count is not valid, decode as stereo.
When initialized as stereo, libspeex can decode either mono or stereo packets and will output stereo.
Configuration menu - View commit details
-
Copy full SHA for 29abb04 - Browse repository at this point
Copy the full SHA 29abb04View commit details -
mpegvideo: set extended_data in ff_update_duplicate_context()
AVFrame.extended_data has to reset to the AVFrame.data of the current thread context after copying the frame contents. Fixes crashes with frame-threading after 2bc0de3.
Janne Grunau committedOct 3, 2012 Configuration menu - View commit details
-
Copy full SHA for 1481e19 - Browse repository at this point
Copy the full SHA 1481e19View commit details -
h264probe: Don't error out on bits that no longer are reserved
Signed-off-by: Martin Storsjö <martin@martin.st>
Configuration menu - View commit details
-
Copy full SHA for 769ed30 - Browse repository at this point
Copy the full SHA 769ed30View commit details -
libspeexdec: handle NULL return value from speex_packet_to_header()
This will happen when the extradata is not a valid Speex header.
Configuration menu - View commit details
-
Copy full SHA for c9df489 - Browse repository at this point
Copy the full SHA c9df489View commit details
Commits on Oct 4, 2012
-
samplefmt: make av_samples_alloc() initialize the data to silence.
Right now the buffer is zeroed, which does not represent silence for U8(P).
Configuration menu - View commit details
-
Copy full SHA for cd15b7c - Browse repository at this point
Copy the full SHA cd15b7cView commit details -
vf_overlay: get rid of pointless messing with timebase.
Output frames correspond 1:1 to input frames on the main input. So use the main input timebase for output.
Configuration menu - View commit details
-
Copy full SHA for ab35ec2 - Browse repository at this point
Copy the full SHA ab35ec2View commit details -
vf_overlay: properly sync inputs.
Right now it incorrectly assumes that the frames are sent in the proper order, which worked with old ffmpeg and avconv versions by accident.
Configuration menu - View commit details
-
Copy full SHA for 4673a5a - Browse repository at this point
Copy the full SHA 4673a5aView commit details -
Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'
* commit '29abb04e73b0580ebe38703cadb988d26df6a76a': libspeexdec: If the channel count is not valid, decode as stereo. libspeexdec: improve setting of Speex mode and sample rate libspeex: Add a private option for enabling VAD xtea: Test inplace decryption xtea: Fix CBC decryption when src==dst xtea: Factorize testing into a separate function configure: Refactor HAVE_ options available on the command line avconv/avprobe: Add missing 'void' to exit_program() definition Allow use of strncpy() blowfish: Add more tests blowfish: Fix CBC decryption with dst==src blowfish: Factorize testing into a separate function Conflicts: configure libavcodec/libspeexdec.c libavutil/xtea.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Configuration menu - View commit details
-
Copy full SHA for 741f5b0 - Browse repository at this point
Copy the full SHA 741f5b0View commit details -
Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'
* commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b': vf_overlay: get rid of pointless messing with timebase. samplefmt: make av_samples_alloc() initialize the data to silence. libspeexdec: handle NULL return value from speex_packet_to_header() h264probe: Don't error out on bits that no longer are reserved mpegvideo: set extended_data in ff_update_duplicate_context() libspeexdec: properly handle DTX for multiple frames-per-packet libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used libspeexdec: simplify setting of frame_size libspeexdec: set channel_layout Conflicts: libavfilter/vf_overlay.c libavformat/h264dec.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Configuration menu - View commit details
-
Copy full SHA for 0f1446a - Browse repository at this point
Copy the full SHA 0f1446aView commit details -
Merge remote-tracking branch 'qatar/master'
* qatar/master: vf_overlay: properly sync inputs. Conflicts: libavfilter/vf_overlay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Configuration menu - View commit details
-
Copy full SHA for 489d8a7 - Browse repository at this point
Copy the full SHA 489d8a7View commit details
There are no files selected for viewing