aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c'Michael Niedermayer2012-09-191-236/+262
|\
| * avcodec: cleanup utils.cLuca Barbato2012-09-181-232/+263
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-3/+3
|\|
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-2/+2
| * lavc: add const to private codec class initialization.Anton Khirnov2012-09-171-1/+1
* | lavc: set AVSubtitle.pts if possible.Nicolas George2012-09-151-0/+3
* | lavc: protect calls to frame_thread_encoder by HAVE_THREADSMichael Niedermayer2012-08-291-7/+9
* | frame_thread_encoder: pass private optionsMichael Niedermayer2012-08-291-1/+1
* | lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE.Nicolas George2012-08-191-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-5/+6
|\|
| * lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-181-5/+6
* | av_get_audio_frame_duration: fix ra144Michael Niedermayer2012-08-161-1/+2
* | lavc: add const to AVCodecContext.codec_descriptor.Nicolas George2012-08-141-1/+1
* | lavc: reimplement avcodec_get_name with descriptors.Nicolas George2012-08-141-5/+4
* | lavc: add codec_descriptor field to AVCodecContext.Michael Niedermayer2012-08-121-0/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-119/+119
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-96/+96
* | lavc/utils: rename ff_init_buffer_info() pic parameter to frameStefano Sabatini2012-08-031-16/+16
* | lavc/utils: generalize ff_init_buffer_info() and use it when seems feasibleStefano Sabatini2012-08-031-36/+17
* | lavc: add channels field to AVFrameStefano Sabatini2012-07-311-0/+4
* | avcodec: add decode_error_flags field to AVFrameMarton Balint2012-07-211-0/+1
* | lavc: set best_effort_timestamp for audio too.Nicolas George2012-07-201-0/+3
* | lavc: update pkt_duration for skipped samples.Nicolas George2012-07-191-2/+7
* | lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George2012-07-191-0/+2
* | lavc: add debug info about skipped samples.Nicolas George2012-07-191-0/+6
* | cosmetics: reindent after d3abbb1d1Paul B Mahol2012-07-151-7/+7
* | lavc: add metadata to AVFrameThomas Kühnel2012-07-141-0/+1
* | lavc: adjust timestamp in case of skiping initial samplesMichael Niedermayer2012-07-141-0/+6
* | lavc: skip initial silence when requestedMichael Niedermayer2012-07-141-0/+18
* | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-131-0/+2
* | lavc: fix ff_alloc_packet()Paul B Mahol2012-07-131-0/+2
* | lavc: add av_fast_padded_malloczPaul B Mahol2012-07-101-0/+12
* | Show hyphen in codec tag.Carl Eugen Hoyos2012-07-091-1/+1
* | video_get_buffer: return ENOMEM instead of -1 on malloc failureMichael Niedermayer2012-07-041-1/+2
* | lavc/utils: print error message on get_buffer related errorsMichael Niedermayer2012-07-041-1/+3
* | avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer2012-07-031-0/+16
* | avcodec_encode_audio2: print error messages for errorsMichael Niedermayer2012-06-301-2/+6
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | lavc: add frame multithreading capability (currently intra only)Michael Niedermayer2012-06-231-2/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-0/+5
|\|
| * Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+5
* | lavc/utils: in avcodec_decode_video2() return proper error code instead of -1Stefano Sabatini2012-06-161-1/+1
* | lavc: fix support of unofficial pix_fmt extensions of jpegMichael Niedermayer2012-06-131-1/+3
* | lavc: add pkt_duration field to AVFrameStefano Sabatini2012-06-051-0/+8
* | av_get_audio_frame_duration: fix FPEMichael Niedermayer2012-06-031-0/+4
* | lavc: clarify experimental codec messageLou Logan2012-05-301-1/+1
* | lavc: prettify printing of some codec tags which contains non alphanumeric ch...Stefano Sabatini2012-05-291-1/+6
* | libavcodec: correct consumed bytes for decodersMichael Niedermayer2012-05-211-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-1/+2
|\|
| * avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-201-1/+2