1126 Commits (74744790a366ed53cfafa2b0720c27b1eaef770a)

Author SHA1 Message Date
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
Anton Khirnov 7c45087b84 lavc: update the fallback versions of ff_thread_* 12 years ago
Anton Khirnov 2eba9087f3 lavc: make up a fake frame channel layout when there is no real one. 12 years ago
Anton Khirnov 15ec0450b4 lavc: allow decoders to override frame parameters. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Stefano Sabatini 70762508ec lavc: Prettify printing of codec tags containing non alphanumeric characters 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer cc38ca6748 avcodec/utils: use AVFrame accessor functions 12 years ago
Michael Niedermayer bf90ef0314 avcodec: add ff_frame_get_metadatap() 12 years ago
Clément Bœsch 7b2d50f81e build: make iconv build configurable. 12 years ago