summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
|\|
| * avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-07
| * avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-07
| * avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-07
| * avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-07
* | Add yuva422p pix_fmt.Carl Eugen Hoyos2012-05-08
* | lavc/utils: change a few asserts to av_assert0()Michael Niedermayer2012-05-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\|
| * lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
* | lavc: implement accessors for some AVFrame fields.Nicolas George2012-05-03
* | lavc: add a sample_rate field to AVFrame.Nicolas George2012-04-28
* | lavc: add a channel_layout field to AVFrame.Nicolas George2012-04-28
* | lowres2 support.Michael Niedermayer2012-04-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-22
|\|
| * Remove lowres video decodingMans Rullgard2012-04-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-18
|\|
| * avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-17
* | Reset pts_correction state on codec flush.Robert Nagy2012-04-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-09
|\|
| * avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
| * avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-08