108949 Commits (aa3d98227e88f316f56aa73a5c6356e3949e9808)
 

Author SHA1 Message Date
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
James Almer 5d5b87f688 avformat/mov_chan: use the cube layout 2 years ago
James Almer 83e918de71 avutil/channel_layout: add a cube channel layout 2 years ago
Brendan Hack 01b9abd771 avfilter/vf_frei0r: set align to 1 for frei0r frames 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
Jun Zhao 307326b36d doc/protocols: update rtsp options 2 years ago
Jun Zhao 3497362be1 doc/examples/muxing: Remove unnecessary ret 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 f8efd890bf avutil/tx_template: Move function pointers to const memory 2 years ago
Andreas Rheinhardt 188216581b avutil/tx_template: Avoid code duplication 2 years ago
Andreas Rheinhardt 2af5f55b2e avutil/tx_template: Don't waste space for inexistent factors 2 years ago
Andreas Rheinhardt b71e2e42ef avcodec/aaccoder: Mark function pointer arrays as const 2 years ago
Andreas Rheinhardt cdd50223a6 avformat/argo_cvg: Mark overrides as const 2 years ago
Martin Storsjö cb803a0072 swscale: aarch64: Fix yuv2rgb with negative strides 2 years ago
Martin Storsjö 2eb601e865 configure: Remove a leftover comment about MSVC C99 support 2 years ago
Andreas Rheinhardt 22fc0375e8 configure: Remove unnecessary mpeg[12]video_enc->h263dsp dependencies 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 9aa7397db1 avformat/mux: Constify validate_codec_tag() 2 years ago
Andreas Rheinhardt 5da8b522c8 avformat/mux: Don't call ff_toupper4() unnecessarily 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
Paul B Mahol 00b03331a0 avfilter/vf_threshold: fix handling of zero threshold 2 years ago
Paul B Mahol 0e5e3b37c0 avfilter/vf_[color/chroma]key: lower lower limit for similarity option 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
James Almer 72db6a4f5f avcodec/ac3dec: split off code discarding garbage at the beginning of a packet 2 years ago
Peter Ross 31162eb949 avcodec/mss2: calculate draw region and revise split position 2 years ago