summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* | avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer2012-07-03
* | avcodec_encode_audio2: print error messages for errorsMichael Niedermayer2012-06-30
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | lavc: add frame multithreading capability (currently intra only)Michael Niedermayer2012-06-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-19
|\|
| * Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-18
* | lavc/utils: in avcodec_decode_video2() return proper error code instead of -1Stefano Sabatini2012-06-16
* | lavc: fix support of unofficial pix_fmt extensions of jpegMichael Niedermayer2012-06-13
* | lavc: add pkt_duration field to AVFrameStefano Sabatini2012-06-05
* | av_get_audio_frame_duration: fix FPEMichael Niedermayer2012-06-03
* | lavc: clarify experimental codec messageLou Logan2012-05-30
* | lavc: prettify printing of some codec tags which contains non alphanumeric ch...Stefano Sabatini2012-05-29
* | libavcodec: correct consumed bytes for decodersMichael Niedermayer2012-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-20
|\|
| * avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* | lavc/utils: fix division by 0Michael Niedermayer2012-05-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
|\|
| * lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-09
| * lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-08
|\|