summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "Fix compilation with --disable-everything --enable-parser=h264."Michael Niedermayer2013-03-26
| | | | | | This reverts commit e0e8c20559d1197868b2620d8d9c560167a8f5d6. The mpegvideo dependancy should not be needed anymore
* Merge commit '75644335b907919057960716508477239c26fed4'Michael Niedermayer2013-03-26
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '75644335b907919057960716508477239c26fed4': lavc: Move start code finding to utils.c Conflicts: configure libavcodec/mpegvideo.c libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: Move start code finding to utils.cMartin Storsjö2013-03-26
| | | | | | | | | | | | | | | | | | | | This allows dropping the mpegvideo dependency from a number of components. This also fixes standalone building of the h264 parser, which was broken in 64e438697. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f'Michael Niedermayer2013-03-26
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f': ape: 3.80-3.92 decoding support h264: Remove an unused variable Conflicts: libavcodec/apedec.c libavformat/ape.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-25
| |
| * h264: Remove an unused variableMartin Storsjö2013-03-25
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | x86/dsputil.asm: make unaligned bswap actually workMichael Niedermayer2013-03-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb'Michael Niedermayer2013-03-26
|\| | | | | | | | | | | | | * commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb': x86: consistently use unaligned movs in the unaligned bswap Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-25
| | | | | | | | Fixes fate errors in asv1, ffvhuff and huffyuv on x86_32.
* | avcodec/x86/dsputil_qns_template: use av_assertMichael Niedermayer2013-03-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/perms: add myself to the copyright header.Clément Bœsch2013-03-26
| |
* | lavfi/perms: add seed option.Clément Bœsch2013-03-26
| |
* | lavfi/perms: remove unecessary indirection after f7324c06.Clément Bœsch2013-03-26
| |
* | ffmpeg_opt: avoid strcpy()Michael Niedermayer2013-03-26
| | | | | | | | | | | | This fixes a warning on openbsd and is more robust Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tools: add audio normalize script example.Clément Bœsch2013-03-26
| |
* | lavfi/curves: add forgotten strong_contrast preset.Clément Bœsch2013-03-26
| |
* | lavfi/curves: support preset shorthand.Clément Bœsch2013-03-26
| |
* | lavfi/curves: add presets support.Clément Bœsch2013-03-25
| | | | | | | | | | | | | | | | Except for the vintage preset, the values are defined by Lou Logan based on the ones found in Adobe Photoshop CS6. Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | ffserver/ctime1: avoid using strcpy()Michael Niedermayer2013-03-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dshow_pin: dont return a value from a void functionMichael Niedermayer2013-03-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer2013-03-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | xxan: make code independent of sizeof(AVFrame)Michael Niedermayer2013-03-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | yop: Fix return typeMichael Niedermayer2013-03-25
| | | | | | | | | | Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the codeMichael Niedermayer2013-03-25
| | | | | | | | | | | | | | | | | | | | | | | | It appears gcc forgets to increment the byte stream pointer at -O3 I was not able to spot a reason/excuse for it to do that. It also disappears if the function isnt inlined. This should fix the gif fate failures on open & free bsd See: [FFmpeg-devel] [PATCH] gifdec: workaround old gcc 4.2 mis-compiling code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | xan: make decoder independent of sizeof(AVFrame)Michael Niedermayer2013-03-25
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc/flacdec: Propagate and return meaningful error codesJames Almer2013-03-25
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | blend: Adding yuvj pixelformats to the blend effectBjörn S2013-03-25
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-25
|\| | | | | | | | | | | | | | | | | * qatar/master: sndio_dec: Add missing includes for av_gettime() no change, as this has already been fixed in FFmpeg Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-24
| | | | | | | | | | | | | | This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
* | vsrc_testsrc: avoid floats and non bit exactnessMichael Niedermayer2013-03-25
| | | | | | | | | | | | | | The round to zero behavior is maintained, possibly this should be changed to round to nearest. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/utils: initialize pixel buffer poolMichael Niedermayer2013-03-25
| | | | | | | | | | | | | | | | | | | | | | | | This should silence many valgrind warnings about use of uninitialized data, all the warnings i looked at where false positives having their uninitialized data not actually used. The same effect could be achieved by listing all code that touches the pixel buffer in the valgrind suppression file. Note, valgrind also fails to trace the origins correctly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/mux: add the flush_packets option.Nicolas George2013-03-24
| | | | | | | | Note: a lot of muxers already do the flushing explicitly.
* | lavfi: support multiple rounds of format negotiation.Nicolas George2013-03-24
| | | | | | | | | | Remove the temporary hack for amerge and replace it with a generic solution.
* | lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George2013-03-24
| | | | | | | | Also downgrade the error to a warning.
* | lavfi: add test for concat.Nicolas George2013-03-24
| |
* | h264/field_end move progress report code after error concealment.Michael Niedermayer2013-03-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/thumbnail: add support for named options.Clément Bœsch2013-03-24
| |
* | lavfi/colormatrix: reword error message in initStefano Sabatini2013-03-24
| | | | | | | | | | | | | | | | | | | | Change: "source and destination color space are identical" which is a true fact, but doesn't tell nothing about what's wrong, to: "Source and destination color space must not be identical" which tells more explicitly what the problem is.
* | lavfi/colormatrix: add support for named optionsStefano Sabatini2013-03-24
| |
* | lavfi/tinterlace: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/subtitles: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/smartblur: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/setfield: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/overlay: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/kerndeint: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/idet: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/histeq: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/gradfun: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/geq: use standard options parsing.Clément Bœsch2013-03-24
| |
* | lavfi/fieldorder: use standard options parsing.Clément Bœsch2013-03-24
| |