683 Commits (0d43b114ccba5514b52832b82bfffe9c137182c5)

Author SHA1 Message Date
Anton Khirnov 50079a6aa9 lavc: do not leak the internal frame if opening the codec fails 11 years ago
Anton Khirnov 8058284ce0 lavc: add 422/444 YUV with alpha to align_dimensions() 11 years ago
Tim Walker 5b4797a21d avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. 11 years ago
Anton Khirnov d7b3ee9a3a lavc: deprecate avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 95a8a5aca6 lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). 11 years ago
Anton Khirnov 9431356218 lavc: deprecate avcodec_free_frame() 11 years ago
Anton Khirnov 37a749012a lavc: rework handling of refcounted_frames=0 11 years ago
Anton Khirnov a1ee164869 lavc/decode_video(): always unref the frame if there is no output in decode_video 11 years ago
Anton Khirnov 85f947aefb lavc: remove a pointless check in decode_audio4() 11 years ago
Anton Khirnov d4f0f2d1e8 lavc: use buf[0] instead of data[0] as the indicator of an allocated frame 11 years ago
Anton Khirnov e5419709f5 lavc: remove the extended_data workarounds. 11 years ago
Anton Khirnov b9fb59d2ab lavc: deprecate avcodec_alloc_frame(). 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Anton Khirnov 0f6c1d6d64 lavc/utils: stop using deprecated avcodec_set_dimensions 11 years ago
Anton Khirnov 7644f5a807 lavc: replace avcodec_set_dimensions with ff_set_dimensions 11 years ago
Anton Khirnov b9589f5a77 lavc: add error checking to apply_param_change. 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 11 years ago
Diego Biurrun e95930eda1 avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 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
Anton Khirnov 799f57ac96 lavc: use AVFrame API properly in pad_last_frame(). 12 years ago
Anton Khirnov 30e256430e lavc/pthread: remove obsolete checks 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
Luca Barbato e55e8b2c36 lavc: do not leak frames in avcodec_decode_audio4 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 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
Anton Khirnov a7f46586bf ff_get_buffer(): allocate the frame for max(coded,display) dimensions 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
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
Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 12 years ago
Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 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
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
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