47515 Commits (89e3814569dc061cd4008351ed3d87366645960e)

Author SHA1 Message Date
Ruijing Dong 89e3814569 avcodec/av1_vaapi: fixed a decoding corruption issue 2 years ago
James Almer 3819719099 avcodec/atrac3plus: reorder channels to match the output layout 2 years ago
James Almer 828b0da7b7 avcodec/aacdec: refactor the channel layout derivation code 2 years ago
James Almer ced6a5affb avcodec/aacdec: don't force a layout when a channel position is unknown 2 years ago
James Almer cf653aabb5 avcodec/aacdec: add support for channel configuration 14 2 years ago
James Almer 8c7d3b43cc avcodec/aacdec: fix parsing streams with channel configuration 11 2 years ago
Peter Ross 95386b7b65 avcodec/svq3: perform residual slice copy before xor'ing watermark key 2 years ago
Timo Rothenpieler 12733c0cbd avcodec/nvenc: remove unused slice offset querying 2 years ago
Peter Ross 16af424bf9 avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interframe mean symbols 2 years ago
Peter Ross 6fe8556a19 avcodec/svq1: fix interframe mean VLC symbols 2 years ago
Peter Ross b0c1f248d9 avcodec/svq1enc: output ident string in extradata field 2 years ago
Peter Ross e1dd4a27ca avcodec/svq1enc: do not use ambiguous interframe mean symbols 2 years ago
Peter Ross db77483363 avcodec/mss2: initialise wmv9_mask variable 2 years ago
James Zern fff4dbd90b avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGB 2 years ago
Andreas Rheinhardt 539777f008 avcodec/rv34: Remove always-true/false checks 2 years ago
Andreas Rheinhardt 1916ead811 avcodec/flvdec, intelh263dec: Remove redundant assignments 2 years ago
Andreas Rheinhardt 700a39e63c avcodec/mpegvideodata: Mark tables as hidden 2 years ago
Andreas Rheinhardt 908b7fcfb2 avcodec/mpegvideodata: Join mpeg1/2 dc scale tables 2 years ago
Andreas Rheinhardt 920ce150c6 avcodec/mpegvideodata: Make DC scale tables smaller 2 years ago
Andreas Rheinhardt ed5a438f05 avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only once 2 years ago
Andreas Rheinhardt 17987b371b avcodec/mpegvideo: Remove incorrect comment 2 years ago
Andreas Rheinhardt 7e93fba51f avcodec/mpegvideo: Remove always-false check 2 years ago
Andreas Rheinhardt ca96456c0e avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.c 2 years ago
Andreas Rheinhardt 4200ed2e91 avcodec/mpegvideo: Allocate map and score_map buffers jointly 2 years ago
Andreas Rheinhardt 20ee12c677 avcodec/mpegvideo: Don't overallocate buffer 2 years ago
Andreas Rheinhardt 79508ee523 avcodec/metasound_data: Include data into metasound.c directly 2 years ago
Andreas Rheinhardt 6856cabd13 avcodec/metasound_data: Move data shared with twinvq into a new file 2 years ago
Andreas Rheinhardt b71e2e42ef avcodec/aaccoder: Mark function pointer arrays as const 2 years ago
Andreas Rheinhardt 938c62b368 avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily 2 years ago
Andreas Rheinhardt e59e14eee1 avcodec/speedhq: Remove unused ff_rl_speedhq 2 years ago
Andreas Rheinhardt 4190019ff4 avcodec/speedhqenc: Don't initialize unused parts of RLTable 2 years ago
Andreas Rheinhardt 92b81a7c99 avcodec/mpeg12data: Remove ff_rl_mpeg1 2 years ago
Andreas Rheinhardt a89b9d155b avcodec/mpeg12enc: Don't initialize unused parts of RLTable 2 years ago
Andreas Rheinhardt 0486f0f5d2 avcodec/rl: Add analogue for ff_rl_init() without RLTable 2 years ago
Andreas Rheinhardt 65beba7889 avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly 2 years ago
Andreas Rheinhardt a12abf59a9 avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directly 2 years ago
Andreas Rheinhardt 6bb0760a91 avcodec/mpeg12data: Remove unused ff_rl_mpeg2 2 years ago
Andreas Rheinhardt 4a8fe21ab4 avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl() 2 years ago
Andreas Rheinhardt 06fafbe01e avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarily 2 years ago
Andreas Rheinhardt 178dcbb96f avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlc 2 years ago
Andreas Rheinhardt 18412c76e6 avcodec/speedhqenc: Avoid unnecessary indirection 2 years ago
Andreas Rheinhardt 19ede649a0 avcodec/mpeg12enc: Avoid unnecessary indirection 2 years ago
Andreas Rheinhardt 11dfa4d159 avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables 2 years ago
Andreas Rheinhardt 495d738b1b avcodec/mpeg12dec: Remove redundant function call 2 years ago
Martin Storsjö 4bc79769f9 libavcodec: Fix a comment typo 2 years ago
James Almer 4c35bb53f9 avcodec/ac3_parser: improve false positive detection when parsing sync frames 2 years ago
James Almer ffb6918783 avcodec/aac_ac3_parser: reindent after previous commit 2 years ago
James Almer 57117c0ef6 avcodec/aac_ac3_parser: don't try to sync when the parser is configured to handle complete frames 2 years ago
James Almer b5abf6fdfc avcodec/aac_ac3_parser: don't fill stream info in the sync function 2 years ago
James Almer 676e7d7f9b avcodec/adts_parser: allow passing a pre allocated AACADTSHeaderInfo to avpriv_adts_header_parse() 2 years ago