1023 Commits (b42bcaef29e6ffcd9513e1ad92dbff07bea84c94)

Author SHA1 Message Date
  Stefano Sabatini 47c9887eca lavc/utils: improve feedback in case of invalid packet size 12 years ago
  Anton Khirnov 720a1de52f lavc: free the padded last frame during audio encoding properly 12 years ago
  Janne Grunau 985f34b756 utils: fix avcodec_flush_buffers pre-reference counting compatibility 12 years ago
  Michael Niedermayer 7fff3df6b2 avcodec_encode_audio2: fix memleak on last padded frame 12 years ago
  Michael Niedermayer 175e916fa2 avcodec/utils: Fix encoder allocation size 12 years ago
  Anton Khirnov 799f57ac96 lavc: use AVFrame API properly in pad_last_frame(). 12 years ago
  Paul B Mahol d5f7f1fef1 audio frame multi-threaded decoding 12 years ago
  Michael Niedermayer a90baa63c3 add YUVJ411P 12 years ago
  Michael Niedermayer 5e29e91232 avcodec_align_dimensions2: add missing yuva formats 12 years ago
  Anton Khirnov 30e256430e lavc/pthread: remove obsolete checks 12 years ago
  Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Matt Wolenetz 252c0bfdc0 lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors) 12 years ago
  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