221 Commits (7a879cce3793a1314ce50cef4b75671f5e0c0219)

Author SHA1 Message Date
wm4 fcfc78cbab aacdec: do not mutate input packet metadata 8 years ago
Anton Khirnov 019ab88a95 lavc: add an option for exporting cropping information to the caller 8 years ago
Anton Khirnov 972c71e9cb lavc: add support for filtering packets before decoding 8 years ago
Anton Khirnov 061a0c14bb decode: restructure the core decoding code 8 years ago
Anton Khirnov 549d0bdca5 decode: be more explicit about storing the last packet properties 8 years ago
Thierry Foucu c512546689 Fix -Werror=parentheses error 8 years ago
wm4 b2fea2fdee ffmpeg: move subframe warning to libavcodec 8 years ago
Andrey Turkin 63adb3602d libavcodec: factor out SEI generation for A53 captions 9 years ago
wm4 7fc329e2dd lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Michael Niedermayer 0de99ab06f avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param() 9 years ago
wm4 05f66706d1 lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Ganesh Ajjanagadde 83a04f103d lavc: move exp2fi to ff_exp2fi in internal.h 9 years ago
Luca Barbato 34138ece23 log: Use a do {} while (0) for tlog 9 years ago
Anton Khirnov 11c9bd633f libopenh264enc: export CPB props side data 9 years ago
Luca Barbato 6788baebb3 log: Use a do {} while (0) for dlog 9 years ago
Michael Niedermayer bf6d41d8a2 avcodec/internal: Fix skiped typo 9 years ago
Matthieu Bouron e162542e15 lavc/internal: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
Derek Buitenhuis abaa12263e avcodec: Don't lock during open if the codec has threadsafe init 9 years ago
Michael Niedermayer b947ac9096 avcodec/internal: Use do {} while() for ff_tlog() 9 years ago
Ganesh Ajjanagadde 4e2471ef1d avcodec/internal: silence -Wempty-body on clang 9 years ago
wm4 87a051f976 lavc: allow asynchronous decoders to return correct pkt_dts values 9 years ago
Hendrik Leppkes 64c33f9624 avcodec: remove deprecated old audio encode API 9 years ago
Ronald S. Bultje 70a19c482a Move ff_dlog from lavc to lavu. 9 years ago
Michael Niedermayer d903b62750 avcodec/internal: improve min_size documentation for ff_alloc_packet2() 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 0dbfb5386f avcodec/internal: Deprecate ff_alloc_packet() in favor of ff_alloc_packet2() 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Carl Eugen Hoyos 7f0d540188 lavc: Allow 64 channels internally. 9 years ago
Vittorio Giovara 910247f172 lavc: Deprecate avctx.{inter,intra}_quant_bias 10 years ago
Vittorio Giovara 5bba3ab0cf internal: Make dlog/tlog a no-op when disabled 10 years ago
Michael Niedermayer dbd94b771f avcodec/internal: Fix ff_dlog() define like av_dlog() 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Martin Storsjö 5637ff0121 libavcodec: Clarify the documentation of the internal codec capability flags 10 years ago
Michael Niedermayer 65a646eb0b avcodec/internal: Fix doxy for ff_alloc_packet2() return value 10 years ago
Michael Niedermayer a994fc39b3 avcodec/utils: mark codec argument as const in ff_lock_avcodec() 10 years ago
Vittorio Giovara 117b432748 lavc: Introduce AVCodec internal capabilities 10 years ago
Michael Niedermayer 9bb6e1175f avcodec/internal: Add () to argument of FF_SIGNBIT() to ensure correct order or operations 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Michael Niedermayer 0739614c9c avcodec: remove no longer needed ff_codec_close_recursive() 11 years ago
James Almer b82274487b lavc: define STRIDE_ALIGN as 32 when compiling with AVX support 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago
Michael Niedermayer da89572004 avcodec: Move STRIDE_ALIGN to internal.h 11 years ago
Carl Eugen Hoyos 5968415156 Define ff_log2_run[] in libavcodec/internal.h. 11 years ago
Tim Walker 5b4797a21d avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. 11 years ago