summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nutenc: keep track if keyframe PTSMichael Niedermayer2012-08-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nutdec: Flip the direction for seeking with an index in the failure case.Michael Niedermayer2012-08-26
| | | | | | This is closer to how seeking works without an index Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nutdec: improve information in error messageMichael Niedermayer2012-08-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nutenc: keep track of the written syncpoint countMichael Niedermayer2012-08-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avrndec: silence warning about incompatible pointer typesPaul B Mahol2012-08-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer2012-08-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: fft: remove unused fft_dispatch* functions avconv: remove unused variable opt_shortest FATE: Add Canopus Lossless tests cllc: Pad swapped buffer Conflicts: ffmpeg_opt.c tests/ref/fate/cllc-argb tests/ref/fate/cllc-rgb Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: fft: remove unused fft_dispatch* functionsMans Rullgard2012-08-25
| | | | | | | | | | | | These functions are not used since the yasm conversion. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * avconv: remove unused variable opt_shortestMans Rullgard2012-08-25
| | | | | | | | | | | | This was replaced with a per-file value in 3c0df90. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * FATE: Add Canopus Lossless testsDerek Buitenhuis2012-08-25
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * cllc: Pad swapped bufferDerek Buitenhuis2012-08-24
| | | | | | | | | | | | | | | | | | | | The bitstream buffer must be padded, or the bitstream reader might read over the end. Fixes the following valgrind warning: Use of uninitialised value of size 8 at 0x591BAE: cllc_decode_frame (cllc.c:166) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | ac3_probe: fix probing of non standard AC3Michael Niedermayer2012-08-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: fix avio statistics for packets directly read without the buffer.Michael Niedermayer2012-08-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles.Philip Langdale2012-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While not explicitly stated in the specs, the original author has stated that S_TEXT/UTF-8 is expected to be text using Subrip markup, but without Subrip in-band timing. So, now that we have a decoder that conforms to this expectation, let's use it. Note that this change will impact tools that use libavformat. If they expect srt subtitles to have CODEC_ID_TEXT, they must be adjusted to expect CODEC_ID_SUBRIP. The actual content is, obviously, unchanged. Signed-off-by: Philip Langdale <philipl@overt.org>
* | riff: fix remuxing of atrac3 in wavPiotr Bandurski2012-08-25
| | | | | | | | | | | | The original codec expects 0 as bps or refuses to play the remuxed file. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc: add some missing .long_name to codec_descriptors[]Paul B Mahol2012-08-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Fix one of the problems with -codecs, -encoders and -decoders.Carl Eugen Hoyos2012-08-25
| |
* | dpx: 10 and 12 bit encodingGeorg Lippitsch2012-08-25
| | | | | | | | | | | | | | Encode GBRP10 pixel format into 10 bit DPX. Encode GBRP12 pixel format into 12 bit DPX. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/decoding_encoding.c: tell where the decoding output files are printedStefano Sabatini2012-08-24
| |
* | examples/muxing: update to the new avcodec_encode_video2() APIStefano Sabatini2012-08-24
| |
* | doc/developer: add "Adding files to the fate-suite dataset"Michael Niedermayer2012-08-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: utvideodec: Fix single symbol mode decoding truespeech: drop useless casts libavcodec: drop bogus dependencies from mpc[78] and qdm2 mpegaudio: move ff_mpa_enwindow to a separate file AVOptions: store defaults for INT64 options in int64 union member. Conflicts: libavcodec/Makefile libavfilter/af_asyncts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * utvideodec: Fix single symbol mode decodingJan Ekström2012-08-24
| | | | | | | | | | | | | | | | Put the zero length check in place of code that was never used during decoding, as zero-length slices were generally refused in decode_frame(). Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
| * truespeech: drop useless castsMans Rullgard2012-08-24
| | | | | | | | | | | | These values already have the correct types. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard2012-08-24
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-24
| | | | | | | | | | | | | | This table is used only by mpegaudiodsp and mpegaudioenc. Separating it allows dropping some dependencies from mpc[78] and qdm2. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
| | | | | | | | | | Double does not have enough precision to represent all int64 numbers exactly.
* | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer2012-08-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93': (21 commits) cmdutils: fix a memleak when specifying an option twice. x86: mpegvideo: more sensible names for optimization file and init function x86: mpegvideoenc: Split optimizations off into a separate file dnxhdenc: x86: more sensible names for optimization file and init function svq1/svq3: Move common code out of SVQ1 decoder-specific file dirac: add Comments and references to the standard lavr: x86: optimized 6-channel flt to fltp conversion lavr: x86: optimized 2-channel flt to fltp conversion lavr: x86: optimized 6-channel flt to s16p conversion lavr: x86: optimized 2-channel flt to s16p conversion lavr: x86: optimized 6-channel s16 to fltp conversion lavr: x86: optimized 2-channel s16 to fltp conversion lavr: x86: optimized 6-channel s16 to s16p conversion lavr: x86: optimized 2-channel s16 to s16p conversion lavr: x86: optimized 2-channel fltp to flt conversion lavr: x86: optimized 6-channel fltp to s16 conversion lavr: x86: optimized 2-channel fltp to s16 conversion lavr: x86: optimized 6-channel s16p to flt conversion lavr: x86: optimized 2-channel s16p to flt conversion lavr: x86: optimized 6-channel s16p to s16 conversion ... Conflicts: libavcodec/dirac.c libavcodec/mpegvideo.h libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-24
| |
| * x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
| |
| * x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24
| |
| * dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
| |
| * svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun2012-08-24
| |
| * dirac: add Comments and references to the standardJordi Ortiz2012-08-24
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles2012-08-23
| |
| * lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles2012-08-23
| |
* | rtpdec_xiph: switch to av_assert()Michael Niedermayer2012-08-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>