1650 Commits (1242d172e2fbcce85b5ee264a09879eb55b59cca)

Author SHA1 Message Date
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
James Almer 0231df505d avcodec/utils: move ff_add_cpb_side_data() to encoder code 1 year ago
Andreas Rheinhardt b35ae266cc avcodec/utils: Move ff_int_from_list_or_default() to its only user 1 year ago
Andreas Rheinhardt 2ece81b4c0 avcodec/utils: Move ff_color_frame() to its only user 1 year ago
Michael Niedermayer a4bf559683
avcodec/utils: fix 2 integer overflows in get_audio_frame_duration() 1 year ago
James Almer 3fe74c9017 avcodec/utils: add ff_thread_replace_frame() 2 years ago
Michael Niedermayer 34056a94ea
avcodec/utils: the IFF_ILBM implementation assumes that there are a multiple of 16 allocated 2 years ago
Michael Niedermayer 4eef658ca5
avcodec/utils: Ensure linesize for SVQ3 2 years ago
Michael Niedermayer 01636a63d4
avcodec/utils: allocate a line more for VC1 and WMV3 2 years ago
James Almer e0786a8eeb avcodec: remove FF_API_THREAD_SAFE_CALLBACKS 2 years ago
Paul B Mahol 280e6e93fc avcodec: add ADPCM XMD decoder 2 years ago
Michael Niedermayer b95b2c8492
avcodec/utils: use 32pixel alignment for bink 2 years ago
Paul B Mahol 01343683fa avcodec: add CBD2 DPCM decoder 2 years ago
Paul B Mahol c5a545cff8 avcodec: add WADY DPCM decoder 2 years ago
Andreas Rheinhardt a02a0e8db4 avcodec/avcodec: Deprecate lavc chroma pos API functions 2 years ago
Paul B Mahol a166b8a19b avcodec: add FTR audio decoder and parser 2 years ago
Andreas Rheinhardt 6f22d1965e avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration() 2 years ago
Andreas Rheinhardt 17e23aed41 avcodec/internal: Move ff_get_format() to decode.h 2 years ago
Andreas Rheinhardt a2d7da01e8 avcodec/threadframe: Constify the frame in ff_thread_await_progress 2 years ago
Andreas Rheinhardt b4ca3c7e4e avcodec/pthread_slice: Combine allocating and zeroing entries 2 years ago
Andreas Rheinhardt 804bf898da avcodec/pthread_slice: Don't reinitialise initialised mutex 2 years ago
Jack Bruienne 75638fe940 avcodec: fix time reporting for DFPWM streams 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt fb59a42ef9 avcodec/codec_internal: Add FFCodec.decode_sub 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Vittorio Giovara 548aeb9383 lavc: switch to the new channel layout API 3 years ago
Vittorio Giovara 276c06726f avcodecpar: switch to the new channel layout API 3 years ago
Jack Bruienne 39a33038ce avcodec: add DFPWM1a codec 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 70a90fb73e avcodec/internal.h: Move avpriv_find_start_code() to startcode.h 3 years ago
Andreas Rheinhardt b74e47c4ff avcodec/utils: Unavpriv avpriv_toupper4() 3 years ago
Andreas Rheinhardt 3d53cefb49 avcodec/raw: Reduce number of avpriv symbols 3 years ago
Michael Niedermayer 17e36fac0b avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() 3 years ago
Michael Niedermayer 018b611b4b avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
James Almer e01d306c64 avcodec/utils: don't return negative values in av_get_audio_frame_duration() 3 years ago
Andreas Rheinhardt e7bd47e657 Remove obsolete version.h inclusions 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Michael Niedermayer 00ae9b77ef avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration calculation 3 years ago
Michael Niedermayer 3447979d08 avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bit 3 years ago
James Almer e44cb7363f avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc() 4 years ago
Cameron Cawley 5c7313c740
avcodec: Implement Acorn Replay IMA ADPCM decoder 4 years ago
Michael Niedermayer f0ce023ddb avcodec/utils: treat PAL8 for jpegs similar to other colorspaces 4 years ago
Andreas Rheinhardt f581433e8b avcodec: Remove remnants of user-visiable HW acceleration API 4 years ago
Andreas Rheinhardt d1d8a81874 avcodec: Remove deprecated av_codec_get_tag_string 4 years ago
Andreas Rheinhardt 23bb78d2ea avcodec: Remove unneeded getters and setters 4 years ago
Michael Niedermayer f40e9b1355 avcodec/utils: Check ima wav duration for overflow 4 years ago