26140 Commits (d28c79b0035c8f699be42bdf9df636edd9a78349)

Author SHA1 Message Date
Clément Bœsch d28c79b003 avcodec/x86/vp9dsp: use EXTERNAL_* macros. 11 years ago
wangxingchao 68900bf16b avcodec: Fix duration error after seek operation 11 years ago
Clément Bœsch 150c5543ff avcodec/vp9: fix "initialize" typo. 11 years ago
Ronald S. Bultje 72ca830f51 lavc: VP9 decoder 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Anton Khirnov 9eda9d3322 h264: free the tables and uninitialize the context on flush 11 years ago
Diego Biurrun ad1161799e mpeg12dec: Remove outdated UV swapping code for VCR2 11 years ago
Michael Niedermayer 2925571278 avcodec/mpegvideo_enc: Fix possibly exploitable security issue with -bf 11 years ago
Kostya Shishkov 669fe50595 twinvq: consume block_align+1 packets as full ones 11 years ago
Kostya Shishkov 1afa8a7568 twinvq: support multiple frames per packet 11 years ago
Kostya Shishkov ddb839e928 metasound: add missing modes 11 years ago
Michael Niedermayer f3458a56c1 avcodec/vdpau: try to fix version macro use 11 years ago
Diego Biurrun 7b9780e7bf mpeg12dec: Remove unused swap_uv member from Mpeg1Context 11 years ago
Michael Niedermayer 9e5ef1c5c3 h264: Do not treat the initial frame special in handling of frame gaps 11 years ago
Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
Anton Khirnov aa24122989 lavc: deprecate FF_MAX_B_FRAMES 11 years ago
Anton Khirnov b6094811f9 lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.h 11 years ago
Anton Khirnov b45c87083d lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bump 11 years ago
Anton Khirnov 8941971a8f lavc: make error_rate a private option of mpegvideo encoders 11 years ago
Anton Khirnov 728c465856 vdpau: add a constructor for AVVDPAUContext. 11 years ago
Anton Khirnov ca22d1dea2 vdpau: add a convenience function for getting a decoder profile. 11 years ago
Diego Biurrun 3215140425 mpeg12dec: Remove incomplete and wrong UV swapping code for VCR2 11 years ago
Kostya Shishkov bae14f38d9 mpegvideo: Fix swapping of UV planes for VCR2 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Diego Biurrun c7f7bfc9e3 Remove all Alpha architecture optimizations 11 years ago
Stefano Sabatini fe55c31976 lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs 11 years ago
Ben Boeckel 255302da70 vorbis: handle special packets in the middle of a stream 11 years ago
Paul B Mahol e1c7892013 avcodec/vp9: use av_freep() for above_partition_ctx 11 years ago
Michael Niedermayer 7b1e0beb2d avcodec/mpegvideo_motion: Handle edge emulation even without unrestricted_mv 11 years ago
Erik Olofsson da9d36055a libavcodec/xsubenc.c: set coded_bits_per_sample 11 years ago
Erik Olofsson 3b1dcdec7d libavcodec/xsubenc.c: Fix bounding box coordinates 11 years ago
Marton Balint c0479f0f06 libzvbi-teletextdec: propagate errors generated in page handler 11 years ago
Marton Balint 4947b0624b libzvbi-teletextdec: dont ignore memory allocation error silently 11 years ago
Marton Balint 3c4b5275b6 libzvbi-teletextdec: output ass subtitles instead of plain text 11 years ago
Marton Balint b96325e023 ass: move text_event_to_ass from textdec.c to ass.c and export it 11 years ago
Marton Balint 0f0a8d9859 ass: fix error handling in ff_ass_add_subrect 11 years ago
Marton Balint f148954b0a ass: factor out ff_ass_bprint_dialog 11 years ago
Marton Balint 65fb59abd2 libzvbi-teletextdec: use AVBPrint for whitespace cleanup 11 years ago
Marton Balint b689b1f6ee libzvbi-teletextdec: use option constants instead of strings 11 years ago
Marton Balint 688652e0d6 libzvbi-teletextdec: fix indentation after last commit 11 years ago
Marton Balint a494757b34 libzvbi-teletextdec: support multiple teletext pages in a single packet 11 years ago
Diego Biurrun 45ef963908 mpegaudioenc: Move some static tables to MpegAudioContext 11 years ago
Diego Biurrun 5d6a990c11 mpegaudioenc: Remove broken integer-only quantization code path 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Michael Niedermayer 1836a42c29 avcodec/vp8: remove unused webp_decode_frame() 11 years ago
Ronald S. Bultje dd3d0f46bd vp9: fix mvref finding to adhere to bug in libvpx. 11 years ago
Paul B Mahol b8f276e645 avcodec/mimic: use av_freep() and reset swap_buf_size 11 years ago
Paul B Mahol 2145e8f193 avcodec/vmdav: use av_freep() and reset unpack_buffer_size 11 years ago
Kostya Shishkov 5462dde194 metasound: Fix error message argument 11 years ago