1442 Commits (207d78176f868555ed7b5db4eb6ec9af9d3f700d)

Author SHA1 Message Date
Michael Niedermayer edc34c937b avcodec/utils: Check the return code of av_image_fill_linesizes() 9 years ago
Clément Bœsch 54ab90c05b lavc/utils: fix instanciate/instantiate typo 9 years ago
Derek Buitenhuis 265ed6732f libavcodec/util: Fix timebase overflow check 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Michael Niedermayer ed0c550564 avcodec/utils: run ff_frame_thread_encoder_init() only for encoders 9 years ago
Michael Niedermayer a7305c780b Print the whitelists if entities are not found on them 9 years ago
Arttu Ylä-Outinen 7486418683 lavc: Make sure that the effective timebase would not overflow 9 years ago
Michael Niedermayer 0869ff7e9d avcodec/utils: Check bits_per_raw_sample on video encoder open 9 years ago
Hendrik Leppkes 50401f5fb7 avcodec: properly check pkt_timebase for validity 9 years ago
Matthieu Bouron ae1c750cb4 lavc/utils: use AVPixFmtDescriptor to probe palette formats 9 years ago
Anton Khirnov cea1eef25c lavc: get the profile name through the codec descriptor in avcodec_string() 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Anton Khirnov cdc9ce098e lavc: print the name of the codec, not its implementation, in avcodec_string 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