20795 Commits (fa57059079190242517701120cfdccad93c866da)

Author SHA1 Message Date
Timo Rothenpieler a1e215ea01 nvenc: Delay frame output to increase encoding speed 9 years ago
Anton Khirnov 9427d92f40 nvenc: add support for lossless encoding 9 years ago
Timo Rothenpieler 795329dd4c nvenc: Generate AUD NAL units for better compatiblity 9 years ago
Anton Khirnov e42b9bc894 nvenc: fix the rc option definitions 9 years ago
Derek Buitenhuis d68fb14758 mjpegdec: Properly fail on malloc failure 9 years ago
Anton Khirnov 0d95d88fbd lavc: revert the Makefile part of 330177b 9 years ago
Alexandra Hájková ffa190d047 Move VLC and RL_VLC_ELEM structure definitions to a separate header 9 years ago
Alexandra Hájková d338abb664 mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of NULL 9 years ago
Alexandra Hájková e4b38878da Move check_marker() from get_bits to mpeg4videodec 9 years ago
Anton Khirnov 31f6a4b4b8 lavc: mark the old audio/video encoding API as deprecated 9 years ago
Anton Khirnov 8996515b13 avpacket: fix setting AVPacket.data in av_packet_ref() 9 years ago
Anton Khirnov e62ff72fc1 lavc: make avcodec_open2() fail when the timebase is not set for encoding 9 years ago
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Diego Biurrun 257f00ec1a Split global .gitignore file into per-directory files 9 years ago
Diego Biurrun 763d69bfb2 Add some more deprecation guards 9 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Jan Ekström 885a9d6087 pgssub: Fix subpicture colorspace and range 9 years ago
Michael Niedermayer 283226e11c simple_idct_template: Fix strict aliasing violation 9 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Diego Biurrun c11c693acc h264: Drop broken trace debug output 9 years ago
Diego Biurrun 5f1c3cbd52 vaapi: Drop pointless debug output 9 years ago
Diego Biurrun 015c2d9239 libopencore-amr: Fix ff_dlog()/av_log() invocations 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
wm4 74beead9bd mmaldec: limit internal buffering 9 years ago
wm4 45a954f5aa mmaldec: print the MMAL format FourCC automatically 9 years ago
wm4 ce589940c2 mmaldec: send only a single EOS packet on flushing 9 years ago
wm4 46aaad78c3 mmaldec: correct package buffering accounting 9 years ago
wm4 9a382f3639 mmaldec: add vc1 decoding support 9 years ago
Julian Scheel d52208e8d5 mmaldec: Add mpeg2 decoding support 9 years ago
Julian Scheel 2689bb115c mmaldec: Fix avpriv_atomic_get usage 9 years ago
Michael Niedermayer 366ba2dee1 mmaldec: Use av_assert0() instead of assert() 9 years ago
Vittorio Giovara 4b2e69397b dds: Add support for monochrome images 9 years ago
Vittorio Giovara 6eb2505855 dds: Drop gray-alpha swapping 9 years ago
Martin Storsjö 39cdbb12aa dxva2_h264: Unbreak compilation after 3176217c6 9 years ago
Luca Barbato 4012fe1ee8 ape: Unbreak adaptcoeffs computation 9 years ago
Anton Khirnov 2e5bde9565 h264: eliminate max_contexts 9 years ago
Anton Khirnov e3c9041cfe h264: allocate some tables per slice contexts, not threads 9 years ago
Anton Khirnov e065279529 h264: remove an artificial restriction on the number of slice threads 9 years ago
Anton Khirnov 4fd34e639d h264: remove pointless setting of some variables in loop_filter 9 years ago
Anton Khirnov 9c858ce33f h264: remove a pointless comment 9 years ago
Anton Khirnov b77fffa127 h264: make slice threading work with deblocking_filter=1 9 years ago
Anton Khirnov 370ddc7b38 h264: remove H264Context.pict_type 9 years ago
Anton Khirnov 56087ec0a2 h264: drop a pointless indirection 9 years ago
Anton Khirnov 0e7772c5e4 h264: remove unused H264SliceContext.rbsp_buffer 9 years ago
Anton Khirnov 7f045c4429 h264: merge ff_h264_free_context() into h264_decode_end() 9 years ago
Anton Khirnov 99c554efc8 h264: eliminate low_delay 9 years ago
Anton Khirnov 5b35b290dd h264: remove a stale comment 9 years ago
Anton Khirnov 89ae244e78 h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list() 9 years ago