43160 Commits (74d98d1b0e0e7af444c933ea3c472494de3ce6f2)
 

Author SHA1 Message Date
Luca Barbato 74d98d1b0e mpegts: Validate the SL Packet Header Configuration 9 years ago
Diego Biurrun 1982d0cc56 fate: Add test for MTS2/MSS4 9 years ago
Martin Storsjö 375cad0965 rtpdec_vp9: Support parsing the scalability structure 9 years ago
Martin Storsjö 943f4bea37 rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log 9 years ago
Martin Storsjö b55e3633d3 rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented features 9 years ago
Martin Storsjö 70c77fdfc1 rtpdec_vp9: Update header parsing to spec draft 02 9 years ago
Martin Storsjö 33b83d89e3 rtpdec_vp9: Make sure to free the temp buffer on close 9 years ago
Janne Grunau c267413321 Revert "mmaldec: autodetect by default" since it breaks linking on systems without mmal libraries 9 years ago
wm4 33ac77e850 mmaldec: autodetect by default 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 84bba36846 configure: fix mmal build dependencies 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
Diego Biurrun f2422b5875 testprogs: Mark some tables as static const 9 years ago
Diego Biurrun 5b1409c755 fate: Add test for MSS1 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
Anton Khirnov 755f79f84c h264_refs: make the H264Context const where possible 9 years ago
Anton Khirnov a2fd547839 h264_refs: reorder functions to avoid forward declarations 9 years ago
Anton Khirnov 0ba471d7d8 h264: eliminate copy_fields 9 years ago
Anton Khirnov 72da8d9bb2 h264_parser: remove the remaining dependencies on the h264 decoder 9 years ago
Anton Khirnov 98c97994c5 h264: decouple extradata parsing from the decoder 9 years ago
Anton Khirnov 728d90a0c1 h264: decouple h264_sei from the h264 decoder 9 years ago
Anton Khirnov c8dcff0cdb h264: factor out calculating the POC count into a separate file 9 years ago
Anton Khirnov 113aeee6ae h264_parser: move the H264DSPContext to the parser context 9 years ago
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Anton Khirnov 44d16df413 h264_parser: eliminate H264SliceContext usage 9 years ago
Anton Khirnov 71d3305c27 h264_parse: make sure the ref count is zeroed on all failure paths 9 years ago
Anton Khirnov a6e27f7add h264: factor out parsing the reference count into a separate file 9 years ago
Anton Khirnov 56b17a33f2 h264: stop testing whether the reference count changes in ff_set_ref_count() 9 years ago