summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-04
| | | | | | | | Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/pnmdec: support more pnm filesCarl Eugen Hoyos2013-08-03
| | | | | | | Fixes Ticket1897 Some hunks that have become unneeded due to previous changes removed by the commiter. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pnmdec: always output native pixel formatMichael Niedermayer2013-08-03
| | | | | | This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer2013-08-03
|\ | | | | | | | | | | | | | | | | | | | | * commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a': avcodec: Add output_picture_number to AVCodecParserContext Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-02
| | | | | | | | | | | | Set output_picture_number in H.264 parser. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avcodec/mlp: Fix bugs in libavs warning fixesMichael Niedermayer2013-08-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7950e519bb094897f957b9a9531cc60ba46cbc91': Disable deprecation warnings for cases where a replacement is available Conflicts: libavcodec/avpacket.c libavcodec/pthread.c libavcodec/utils.c libavdevice/v4l2.c libavfilter/avfiltergraph.c libavfilter/buffersrc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
| |
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
| |
* | Merge commit '0d8b943d204bd16fcf2f4a59c742e65a401dd3d0'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | * commit '0d8b943d204bd16fcf2f4a59c742e65a401dd3d0': h264_sei: Return meaningful values Conflicts: libavcodec/h264_sei.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: Return meaningful valuesVittorio Giovara2013-08-02
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-08-03
|\ \ | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: Forward interlaced field information from mov to ffv1 decoder. Do not suggest to use gas-preprocessor if using it would break compilation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Forward interlaced field information from mov to ffv1 decoder.Tim.Nicholson2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Only read the information for old ffv1, level/version 3 saves the information in the bitstream. Fixes a part of ticket #2190. Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* | | avcodec/mdec: make block_index static constMichael Niedermayer2013-08-02
| | |
* | | avcodec/mjpeg: make 2 outcommented tables staticMichael Niedermayer2013-08-02
| | |
* | | avcodec/dxtory: make def_lru[8] staticMichael Niedermayer2013-08-02
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/dnxhdenc: make header_prefix static constMichael Niedermayer2013-08-02
|/ / | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ttaenc: fix packet sizePaul B Mahol2013-08-02
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-02
|\| | | | | | | | | | | | | | | | | | | * qatar/master: h264_sei: K&R formatting cosmetics Conflicts: libavcodec/h264_sei.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-01
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c'Michael Niedermayer2013-08-02
|\| | | | | | | | | | | | | | | * commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c': h264_sei: Remove pointless old comment twinvq: Add proper twinvq prefixes to identifiers Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264_sei: Remove pointless old commentDiego Biurrun2013-08-01
| |
| * twinvq: Add proper twinvq prefixes to identifiersDiego Biurrun2013-08-01
| |
* | jpeg2000dec: simplify jpeg2000_read_bitstream_packets()Michael Niedermayer2013-08-02
| | | | | | | | | | | | | | 23 lines less less error prone as theres no more need to update *_size on every read Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/wmaenc: change commented assert to av_assertMichael Niedermayer2013-08-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libxvid: cosmetics: Realign the codeTimothy Gu2013-08-02
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lclenc: remove unused codePaul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | sunrastenc: do not set avctx->coded_framePaul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | jv: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | mss3: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | mss2: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | indeo2: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | smacker: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2013-07-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libxvid: add working lumimasking and variance AQTimothy Gu2013-07-31
| | | | | | | | | | | | The old implementation is unusable due to change in the Xvid API. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support for shine 3.0.0Romain Beauxis2013-07-30
| |
* | avcodec/get_bits: place volatile at the right spotMichael Niedermayer2013-07-30
| | | | | | | | | | | | Should fix Ticket2825 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/get_bits: init_state is used for thread sync, make it volatileMichael Niedermayer2013-07-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | | | | | | | * qatar/master: Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents Conflicts: libavcodec/g2meet.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-29
| |
* | Merge commit '55c4cba2a7037161ea56b2d55b347c8381df7f1e'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | | | | | | | * commit '55c4cba2a7037161ea56b2d55b347c8381df7f1e': huffyuvenc: BGRA support Conflicts: libavcodec/huffyuvenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * huffyuvenc: BGRA supportMichael Niedermayer2013-07-29
| | | | | | | | | | | | Bug-Id: 452 Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avcodec/kmvc: fix MV checksMichael Niedermayer2013-07-29
| | | | | | | | | | | | | | Fixes Ticket2813 Fixes regression since 70b5583 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix compilation with --disable-everything --enable-shared.Carl Eugen Hoyos2013-07-29
| | | | | | | | | | | | | | Compilation with --disable-everything --enable-shared failed on systems with VAAPI support with the following undefined symbol in libavcodec/vaapi.o: libavcodec/libavcodec.so: undefined reference to `ff_mpeg_draw_horiz_band'
* | avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc()Michael Niedermayer2013-07-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer2013-07-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Revert "bitstream: make vlc init of static tables thread safe."Michael Niedermayer2013-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4b6869d6e0120c92253d525921f0e04361888e10. Conflicts: libavcodec/bitstream.c This code can cause assertion failures on artificial OOM situations It will be replaced by a solution that doesnt have this issue in the following commits. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | zmbv: use av_image_copy_plane()Paul B Mahol2013-07-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '3ca1dd2502a860989ee5289316af6b9816cee78f'Michael Niedermayer2013-07-29
|\| | | | | | | | | | | | | | | | | | | | | * commit '3ca1dd2502a860989ee5289316af6b9816cee78f': xl: Make sure the width is valid Conflicts: libavcodec/xl.c See: 94b42da6963a88c9518039e0b8ca42b6aab8bfb3 Merged-by: Michael Niedermayer <michaelni@gmx.at>