summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* | Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc'Michael Niedermayer2012-09-29
|\|
| * lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|\|
| * avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-27
* | avcodec_alloc_frame: dont zero the whole struct twiceMichael Niedermayer2012-09-25
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * lavc: add avcodec_free_frame().Anton Khirnov2012-09-24
| * lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-24
| * lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-24
| * lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-24
| * lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-23
|\|
| * avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-22
* | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer2012-09-19
|\|
| * avcodec: cleanup utils.cLuca Barbato2012-09-18
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
| * lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* | lavc: set AVSubtitle.pts if possible.Nicolas George2012-09-15
* | lavc: protect calls to frame_thread_encoder by HAVE_THREADSMichael Niedermayer2012-08-29
* | frame_thread_encoder: pass private optionsMichael Niedermayer2012-08-29
* | lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE.Nicolas George2012-08-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-18
|\|
| * lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-18
* | av_get_audio_frame_duration: fix ra144Michael Niedermayer2012-08-16
* | lavc: add const to AVCodecContext.codec_descriptor.Nicolas George2012-08-14
* | lavc: reimplement avcodec_get_name with descriptors.Nicolas George2012-08-14
* | lavc: add codec_descriptor field to AVCodecContext.Michael Niedermayer2012-08-12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | lavc/utils: rename ff_init_buffer_info() pic parameter to frameStefano Sabatini2012-08-03
* | lavc/utils: generalize ff_init_buffer_info() and use it when seems feasibleStefano Sabatini2012-08-03
* | lavc: add channels field to AVFrameStefano Sabatini2012-07-31
* | avcodec: add decode_error_flags field to AVFrameMarton Balint2012-07-21
* | lavc: set best_effort_timestamp for audio too.Nicolas George2012-07-20
* | lavc: update pkt_duration for skipped samples.Nicolas George2012-07-19
* | lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George2012-07-19
* | lavc: add debug info about skipped samples.Nicolas George2012-07-19
* | cosmetics: reindent after d3abbb1d1Paul B Mahol2012-07-15
* | lavc: add metadata to AVFrameThomas Kühnel2012-07-14
* | lavc: adjust timestamp in case of skiping initial samplesMichael Niedermayer2012-07-14
* | lavc: skip initial silence when requestedMichael Niedermayer2012-07-14
* | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-13
* | lavc: fix ff_alloc_packet()Paul B Mahol2012-07-13
* | lavc: add av_fast_padded_malloczPaul B Mahol2012-07-10
* | Show hyphen in codec tag.Carl Eugen Hoyos2012-07-09
* | video_get_buffer: return ENOMEM instead of -1 on malloc failureMichael Niedermayer2012-07-04
* | lavc/utils: print error message on get_buffer related errorsMichael Niedermayer2012-07-04