summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavc/utils: fix division by 0Michael Niedermayer2012-05-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+81
|\ \ | |/
| * lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-091-0/+17
| * lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-0/+64
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-74/+9
|\ \ | |/
| * avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
| * avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
| * avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
| * avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* | Add yuva422p pix_fmt.Carl Eugen Hoyos2012-05-081-0/+1
* | lavc/utils: change a few asserts to av_assert0()Michael Niedermayer2012-05-081-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-0/+4
|\ \ | |/
| * lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-071-0/+4
* | lavc: implement accessors for some AVFrame fields.Nicolas George2012-05-031-0/+9
* | lavc: add a sample_rate field to AVFrame.Nicolas George2012-04-281-0/+2
* | lavc: add a channel_layout field to AVFrame.Nicolas George2012-04-281-0/+2
* | lowres2 support.Michael Niedermayer2012-04-221-3/+4