1457 Commits (74b5f1086237dc4e16e64768f4f4eacac22db2ee)

Author SHA1 Message Date
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 10 years ago
wm4 87a051f976 lavc: allow asynchronous decoders to return correct pkt_dts values 10 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 10 years ago
James Almer 2bef340cb2 avcodec: remove duplicate AVCodecIDs 10 years ago
Hendrik Leppkes 24e3bac52a avcodec: remove deprecated codec id aliases 10 years ago
Hendrik Leppkes 76cac7ed45 avcodec: remove deprecated old video encode API 10 years ago
Hendrik Leppkes 64c33f9624 avcodec: remove deprecated old audio encode API 10 years ago
Hendrik Leppkes 2c8ee2547e avcodec: remove deprecated old audio decode API 10 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 10 years ago
Vittorio Giovara 8f12ef9860 lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters 10 years ago
Vittorio Giovara 9f90b24877 lavc: Drop deprecated get_buffer related functions 10 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 10 years ago
lummax 0c800b2761 avcodec: Assert on codec->encode2 in encode_audio2 10 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 years ago
Andreas Cadhalpun 2e9c8be834 avcodec: add missing FF_API_CODEC_ID guard 10 years ago
Michael Niedermayer b27d4fd997 Revert "libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" for DSD codecs." 10 years ago
Ihar A. Tumashyk 293e25be61 libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" for DSD codecs. 10 years ago
Michael Niedermayer 9789595189 avcodec/utils: Set coded_frame.pict_type in generic code 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer 9fe873bec8 avcodec/utils: do not use internal->byte_buffer when little downsizing is expected 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
James Almer d32547a24a avcodec/utils: silence some deprecation warnings 10 years ago
Michael Niedermayer 809780ca42 avcodec/utils: Do not merge side data for encoders 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Michael Niedermayer ea8785ceda avcodec/utils: Check that channel count is valid in avcodec_open2(); 10 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 10 years ago
Michael Niedermayer 10d7d0880c avcodec/utils: Check that the sample rate is not negative when opening an encoder 10 years ago
Michael Niedermayer d6ff68ad85 Factor duplicated ff_fast_malloc() out into mem_internal.h 10 years ago
Michael Niedermayer f8db81074a avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc() 10 years ago
Michael Niedermayer 59a07df067 avcodec/utils: Avoid undefined void casts in ff_fast_malloc() 10 years ago
Michael Niedermayer bc976e5793 avcodec/utils: Fix potential overflow in overallocation code 10 years ago
Michael Niedermayer 47d077337a avcodec/utils: Document 32 min for h264 width 10 years ago
Michael Niedermayer 7ef6656b1e avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264 10 years ago
Michael Niedermayer e83ffb48ac avcodec/utils: Check values in apply_param_change() 10 years ago
Marton Balint 859731d642 lavc/utils: get rid of add_metadata_from_side_data forward declaration 10 years ago
Marton Balint 9476c4c67e lavc/utils: call add_metadata_from_side_data in ff_init_buffer_info 10 years ago
Marton Balint 10b6a83fb3 lavc/utils: change add_metadata_from_side_data to accept avpacket 10 years ago
Marton Balint 3a19fe0048 lavc/utils: remove redundant call to ff_init_buffer_info 10 years ago
Michael Niedermayer aab4dbe534 avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOME 10 years ago
Philip Langdale b69bea3ab8 avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC 10 years ago
Michael Niedermayer ffd9d60201 avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED 10 years ago
Paul B Mahol 5a79bf0284 PCM signed 16-bit big-endian planar decoder 10 years ago
Rodger Combs 7e7256c3a4 lavc: add little-endian ADPCM_THP decoder 10 years ago
Rodger Combs bb42a7d4d4 lavf/brstm: add support for BFSTM files 10 years ago
Michael Niedermayer c94d9079b1 avcodec/utils: Assert that audio decoders do not report using more data than was input 10 years ago
Carl Eugen Hoyos 70c0433525 lavc: Print a warning if gray decoding was requested but not enabled. 10 years ago
Ronald S. Bultje 57f970a704 lavc: add yuv440p10/12 formats to aligned pixfmt list. 10 years ago