1372 Commits (56c7d2b4dad383eb5dd6243a12c98ef65a52a19c)

Author SHA1 Message Date
Matthieu Bouron ae1c750cb4 lavc/utils: use AVPixFmtDescriptor to probe palette formats 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Anton Khirnov 11c9bd633f libopenh264enc: export CPB props side data 9 years ago
Anton Khirnov f0b769c16d lavc: add a packet side data type for VBV-like parameters 9 years ago
Anton Khirnov 84adab333c lavc: add stream-global packet side data 9 years ago
Michael Niedermayer 15d14ce47c avcodec/utils: Fix overflow in get_bit_rates computations 9 years ago
Michael Niedermayer abee0a1c60 avcodec/utils: Clear dimensions in ff_get_buffer() on failure 9 years ago
Michael Niedermayer 4f03bebc79 avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string() 9 years ago
Michael Niedermayer 4e16ad2868 avcodec/utils: Better check for channels in av_get_audio_frame_duration() 9 years ago
Paul B Mahol af3f793f60 avcodec: add ADPCM AICA decoder 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Hendrik Leppkes 31741aecbf avcodec: disallow hwaccel with frame threads 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Paul B Mahol 035ae3c009 avcodec: add SDX2 DPCM decoder 9 years ago
Vittorio Giovara 3ee2c60cc2 utils: Use data buffers directly instead of an AVPicture 9 years ago
Andreas Cadhalpun a4680e7170 avcodec: rename avpriv_color_frame to ff_color_frame 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
Paul B Mahol 8b11e43799 avcodec: add ADPCM PSX decoder 9 years ago
Derek Buitenhuis 17e41cf361 avcodec: Do not lock during init if there is no init function 9 years ago
Derek Buitenhuis 1156b634c1 avcodec: Don't lock on init for codecs without an init function 9 years ago
Andreas Cadhalpun ec0275843d avcodec: remove leftover iff_byterun1 decoder 9 years ago
Derek Buitenhuis eae58428bd avcodec: Do not lock during open for codecs marked as having threadsafe init 9 years ago
Derek Buitenhuis abaa12263e avcodec: Don't lock during open if the codec has threadsafe init 9 years ago
wm4 a5d58fea68 lavc: reimplement avcodec_get_type() using codec descriptors 9 years ago
Carl Eugen Hoyos 040ddd27bf lavc/utils: Correctly show bit_rate >INT_MAX. 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
wm4 87a051f976 lavc: allow asynchronous decoders to return correct pkt_dts values 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
James Almer 2bef340cb2 avcodec: remove duplicate AVCodecIDs 9 years ago
Hendrik Leppkes 24e3bac52a avcodec: remove deprecated codec id aliases 9 years ago
Hendrik Leppkes 76cac7ed45 avcodec: remove deprecated old video encode API 9 years ago
Hendrik Leppkes 64c33f9624 avcodec: remove deprecated old audio encode API 9 years ago
Hendrik Leppkes 2c8ee2547e avcodec: remove deprecated old audio decode API 9 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 9 years ago
Vittorio Giovara 8f12ef9860 lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters 9 years ago
Vittorio Giovara 9f90b24877 lavc: Drop deprecated get_buffer related functions 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
lummax 0c800b2761 avcodec: Assert on codec->encode2 in encode_audio2 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 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