1001 Commits (bc63a760837c8b173f2a3820ccb06f9cac1c07b4)

Author SHA1 Message Date
James Almer 67fad0d221 ADPCM IMA Radical decoder 12 years ago
James Almer e7814ed839 ADPCM DTK decoder 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 12 years ago
Luca Barbato e55e8b2c36 lavc: do not leak frames in avcodec_decode_audio4 12 years ago
Matt Wolenetz 004779cc59 avcodec/utils: Fix leak by dereferencing audio frame when side data causes whole frame skip 12 years ago
Michael Niedermayer cdfa1c89b7 avcodec: Set frame.width/height on all exit pathes of ff_get_buffer() 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer 2ee29b5fb9 avcodec: move lowres down with the next ABI bump and add accessors 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Anton Khirnov e036bb7899 lavc: clear AVBuffers on decoded frames if refcounted_frames is not set 12 years ago
Michael Niedermayer 24bb01f038 avcodec_string: Print the used codec if it differs from the codec_id name. 12 years ago
Michael Niedermayer 59a3b6b751 avcodec_string: remove the "(hq)" listing 12 years ago
Nicolas George 70feca926b lavc: check decoded subtitles encoding. 12 years ago
Michael Niedermayer 05b2c998c7 avcodec: Fix lowres handling in buffer allocation 12 years ago
Anton Khirnov a7f46586bf ff_get_buffer(): allocate the frame for max(coded,display) dimensions 12 years ago
Clément Bœsch 7b80b3cef0 lavc/utils: merge side data after video encode. 12 years ago
Paul B Mahol b05d8d4cf4 lavc: avcodec_open2(): pass context to av_log() 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Anton Khirnov 9de9b828ef lavc: don't overwrite display dimensions with coded dimensions. 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Nicolas George 0884d04dc3 lavc: fix recoded subtitles end. 12 years ago
Nicolas George 83affcde51 lavc: use packet duration for subtitles if necessary. 12 years ago
Nicolas George 464f94b206 lavc: do not init frame with guessed layout. 12 years ago
Janne Grunau c24469e812 utils: add workaround for AVHWAccel in ff_get_buffer compat code 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Martin Storsjö 75644335b9 lavc: Move start code finding to utils.c 12 years ago
Michael Niedermayer 01df2a13c3 avcodec/utils: initialize pixel buffer pool 12 years ago
Carl Eugen Hoyos ac9b056ddb Do not fail in get_buffer_internal() if pix_fmt planes == 0. 12 years ago
Clément Bœsch 4331484b8d lavc/utils: fix metadata audio frame memleak in case of non refcounted frames. 12 years ago
Stefano Sabatini 33b0549867 lavc/utils: add VP6F hack for setting correct video size in stream 12 years ago
Michael Niedermayer 2c993fece2 audio_get_buffer: add assert to ensure nb_extended_buf has a safe value 12 years ago
Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 12 years ago
Clément Bœsch 4b35be3251 lavc: fix avpacket memleak with subtitles recoding. 12 years ago
Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 12 years ago
Ronald S. Bultje b76d853697 lavc: make compilation of frame_thread_encoder.o optional. 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Hendrik Leppkes 84bf1cbef9 avcodec: remove AVCodecContext->metadata 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Michael Niedermayer cfc1efc77c avcodec: assert that old codec ids match new 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Michael Niedermayer a303dce28c utils: Dont sent fake channel layouts, 0 layout is better when its not known 12 years ago
Michael Niedermayer 9dd0b7ad82 update_frame_pool: use channel field 12 years ago
Janne Grunau a2816230c5 avframe: call release_buffer only if it is set 12 years ago
Anton Khirnov 669cc0f364 lavc: fix get_buffer() compatibility layer for audio. 12 years ago
Stefano Sabatini dae76e8c47 lavc/utils: fix typo and reword message in case of too low bitrate 12 years ago
Anton Khirnov 0f24a3ca99 lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Anton Khirnov 5d606863c3 lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft 12 years ago
Clément Bœsch 160979f4b4 lavc/utils: make sure the iconv descriptor can be opened only once. 12 years ago