30529 Commits (9fa056ba75c089b5120366ab7c5ce8cc4c5bd67a)

Author SHA1 Message Date
Luca Barbato ac4a5e3abd pthreads_frame: Do not leak on failure path 10 years ago
Vittorio Giovara 5d29efe4b0 mpeg12dec: simplify context duplication 10 years ago
Vittorio Giovara 37b3361e75 mpeg12enc: factor out check in encode_dc 10 years ago
Vittorio Giovara 0a66647061 mpegvideo_enc: factor out denominator and explicitly cast operands 10 years ago
Vittorio Giovara e0a1d0a2b0 mpegvideo_enc: rework direct mode check 10 years ago
Michael Niedermayer e591608753 avcodec/xiph: make extradata argument const 10 years ago
Michael Niedermayer 7ffdc7bef2 avcodec/export av_vorbis_parse_frame_flags() 10 years ago
Anton Khirnov acc897e6b1 lavc: make avpriv_flac_is_extradata_valid() private on the next bump 10 years ago
Anton Khirnov c070a87515 lavc: make avpriv_flac_parse_streaminfo() private on the next bump 10 years ago
Anton Khirnov 7784f47762 lavf: stop using avpriv_flac_parse_streaminfo() 10 years ago
Anton Khirnov 2f3fadfbe3 lavc,lavf: switch to the new vorbis parse API 10 years ago
Anton Khirnov 5e80fb7ff2 lavc: add a public API for parsing vorbis packets. 10 years ago
Anton Khirnov 6896f95b24 vorbis_parser: add an AV prefix to VorbisParseContext 10 years ago
Anton Khirnov 874792641e vorbis_parser: use a dedicated AVClass for logging 10 years ago
Michael Niedermayer 817663897e avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation 10 years ago
Reimar Döffinger a26d0ffa18 vdpau_mpeg4: Do not fail on unknown profile. 10 years ago
Michael Niedermayer 77f1199e8f avcodec/mpeg12dec: do not trust AVCodecContext input dimensions 10 years ago
Rémi Denis-Courmont 4ff670d99b hwaccel: Deinitialize hardware acceleration early enough 10 years ago
Vittorio Giovara 77ab341c0c aacdec: add default case in channel layout 10 years ago
Michael Niedermayer 930ffd46e1 aacsbr: change order of operation to prevent out of array read 10 years ago
Michael Niedermayer 716674b151 avcodec/libwebpenc: add quality option 10 years ago
Vittorio Giovara 9f6f407463 aacsbr: treat 1-d arrays as such 10 years ago
Vittorio Giovara f52b871761 celp_filters: don't use filter lenght as loop bound 10 years ago
Vittorio Giovara c442190a6b error_resilience: initialize prev_* variables 10 years ago
Vittorio Giovara 240b22afe1 motion_est: remove dead code 10 years ago
Vittorio Giovara 351d0f8b7a get_bits: remove unused assignment 10 years ago
Michael Niedermayer 206c98f303 avcodec/options_table fix min of audio channels and sample rate 10 years ago
Carl Eugen Hoyos d457478fb0 Silence warnings for fic files with zero-sized cursors. 10 years ago
Michael Niedermayer bab09864b4 avcodec/jacosubdec: use time_internal.h, simplify code 10 years ago
Michael Niedermayer 547fce9585 avcodec/h264_slice: Clear table pointers to avoid stale pointers 10 years ago
Michael Niedermayer 5aaf5df06d avcodec/libwebpenc: support "P" frames in webp animations 10 years ago
Reimar Döffinger 46353759cb mpeg4vdpau: Fix priv data size. 10 years ago
Michael Niedermayer e5054c8eed avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 842745fe17 avcodec/pthread_frame: Simplify code by using av_reallocp_array() 10 years ago
Michael Niedermayer cc769931ab avcodec/parser: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 0c6c5d7bcb avcodec/mjpegenc: use av_freep(), avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer fc8d59fa6f avcodec/h264_parser: Use av_freep() to avoid leaving stale pointers 10 years ago
Michael Niedermayer 2a26b22a17 avcodec/cngdec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer a1cb8779e2 avcodec/crystalhd: use av_freep() to avoid stale pointers 10 years ago
Michael Niedermayer adfc3b81b1 avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointers 10 years ago
Michael Niedermayer 25a360286d avcodec/dvbsubdec: merge declaration and init 10 years ago
Michael Niedermayer 47f1596ece avcodec/dxtory: use unaligned copy for unaligned addresses 10 years ago
Michael Niedermayer e91ba2efa9 avcodec/svq1dec: zero terminate embedded message before printing 10 years ago
Michael Niedermayer 10e32618ac avcodec/cook: check that the subpacket sizes fit in block_align 10 years ago
Michael Niedermayer 32e666c354 avcodec/g2meet: check tile dimensions to avoid integer overflow 10 years ago
Carl Eugen Hoyos f05855414e lavc/utils: Make pix_fmt desc pointer const. 10 years ago
Michael Niedermayer df74811cd5 avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. 10 years ago
Michael Niedermayer 0c42f47e38 avcodec/libutvideodec: Try to fix build failure with old libutvideo 10 years ago
Carl Eugen Hoyos 2612214555 Do not set the lame quality if the user didn't request it. 10 years ago
Michael Niedermayer f3c0e0bf6f avcodec/dnxhddec: treat pix_fmt like width/height 10 years ago