Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-03set some categories of some AVClass structsMichael Niedermayer
Please help setting the category for all remaining AVClasses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03mpc8: fix channel checksMichael Niedermayer
fix heap array overflow Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03av_get_audio_frame_duration: fix FPEMichael Niedermayer
Fixes ticket1392 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03mace: check channel count, fixes FPEMichael Niedermayer
Fixes ticket1391 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03h263: disable loop filter with lowresMichael Niedermayer
Fixes ticket1212 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos
Fixes compilation of xbin, adf and idf demuxer if bintext demuxer was disabled. Fixes ticket #1399
2012-06-03af_amerge: use the buferqueue API.Nicolas George
2012-06-03af_astreamsync: set samples rate in query_formats.Nicolas George
2012-06-03mpegtsenc: zero pointers after freeingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03mpegts_audio_write: fix potential integer overflowMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: mpegtsenc: Support LATM packetization for AAC adtsenc: Don't expose the muxer internals to the rest of lavf mpegtsenc: use AVFormatContext for AAC packetization mpegtsenc: use AVERROR() for return codes Conflicts: libavformat/adts.h libavformat/mpegtsenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03configure: add --enable/disable-random optionMans Rullgard
This allows creating random configurations which is useful for testing purposes. Signed-off-by: Mans Rullgard <mans@mansr.com> Conflicts: configure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03aacsbr: remove unused variablesMans Rullgard
2012-06-03aacsbr: optimize sine level additionMichael Niedermayer
Based-on commit by Måns Rullgård <mans@mansr.com> original: 1424 decicycles in phi, 1024 runs, 0 skips mans code: 1104 decicycles in phi, 1024 runs, 0 skips this change: 734 decicycles in phi, 1024 runs, 0 skips mans code: 1 file changed, 20 insertions(+), 10 deletions(-) this change: 1 file changed, 10 insertions(+), 6 deletions(-) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03mpegtsenc: Support LATM packetization for AACJindrich Makovicka
This adds the avoption mpegts_flags and converts the existing resend_headers option into a flag, keeping the old option as fallback for now. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-03adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka
This isn't required any longer, when the mpegts muxer uses it as a proper chained muxer. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-03mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka
This removes the dependency on adts.c internals, and simplifies adding other packetization formats. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-03mpegtsenc: use AVERROR() for return codesJindrich Makovicka
Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-03mpc7: fix handling of last frameMichael Niedermayer
Fixes heap buffer overflow Fixes ticket1393 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-03oggdec: fix regression that caused reading the whole file during openMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02png_parser: dont falsely mark frames as keyframesMichael Niedermayer
Fixes Ticket1381 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02lavf: use input keyframe flag when muxer does not provide keyframe flags.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02bink: fix out of reference frame readMichael Niedermayer
Fixes Ticket1374 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02Merge remote-tracking branch 'cus/stable'Michael Niedermayer
* cus/stable: ffplay: remove VideoPicture pix_fmt and use frame pixel format instead ffplay: only request 4 or 6 channels from SDL, if SDL version is at least 1.2.8 ffplay: add pause audio feature in the middle of a packet ffplay: remove VideoPicture duration field Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02h264: log debug output for slightly truncated streamsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02h264: try to better handle h264 streams that are slightly truncatedMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02bmv: fix apparent sign error in the frame_off checkMichael Niedermayer
Fixes part of Ticket1373 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02bmv: fix integer overflows in vlc decoder.Michael Niedermayer
Fixes part of Ticket1373 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Based-on-patch-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02ffv1: fix integer overflow in quant table initializationMichael Niedermayer
Fixes part of Ticket1372 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02ffv1: fix crash caused by version becoming inconsistentMichael Niedermayer
Fixes part of Ticket1372 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02fraps: fix version 0/1 input data size check.Michael Niedermayer
Fixes array overread. Fixes Ticket1371 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-02wmv1: check that the input buffer is large enoughMichael Niedermayer
Fixes null ptr deref Fixes Ticket1367 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01ffprobe: add flat output format.Clément Bœsch
2012-06-01ffprobe/xml: use writer multiple_sections instead of local context variable.Clément Bœsch
2012-06-01ffprobe: move packets_and_frames work to writer context.Clément Bœsch
2012-06-01Let ffmpeg select the null and anull filters.Carl Eugen Hoyos
They are needed since 16e25ef.
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: http: Add the url_shutdown function for https, too http: Simplify code by removing a local variable http: Clear the old URLContext pointer when closed tcp: Try enabling SO_REUSEADDR when listening tcp: Check the return values from bind and accept avisynth: Make sure the filename passed to avisynth is in the right code page Conflicts: libavformat/http.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01dct-test: give emms a memory clober.Michael Niedermayer
Without this, the compiler in theory could attempt to keep things in float registers across the emms which would cause bad things to happen. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01dct-test: perform emms before gettime().Michael Niedermayer
This fixes the hypothetical case of a gettime implementation using floats Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01fate: enable fate-mapchan-6ch-extract-2-downmix-monoMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01ffmpeg: move pan filter insertion up.Michael Niedermayer
This fixes one (disabled) fate test. Thanks-to: ubitux to pointing at the odd filter order and stereo/mono messup Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01http: Add the url_shutdown function for https, tooMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-01http: Simplify code by removing a local variableMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-01http: Clear the old URLContext pointer when closedMartin Storsjö
This fixes issues with opening http urls that have authentication or redirects, introduced in commit e999b641. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-01rv20: fix lowres out of array readMichael Niedermayer
Fixes Ticket1239 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01yopdec: check frame oddness to be within supported limitsMichael Niedermayer
Fixes Ticket1365 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01yopdec: check that palette fits in the packetMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01http: use ffurl_closep()Michael Niedermayer
Fixes Ticket1383 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-01lavf: use av_freep() in ffurl_close()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>