summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-221-4/+4
|\ \ | |/
| * Remove lowres video decodingMans Rullgard2012-04-211-10/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-2/+5
|\ \ | |/
| * avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-171-1/+3
* | Reset pts_correction state on codec flush.Robert Nagy2012-04-181-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-091-5/+13
|\ \ | |/
| * avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-091-2/+2
| * avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-081-0/+9
| * avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-281-2/+2
* | Fix side-data memleak also for audio.Reimar Döffinger2012-04-081-5/+11
* | lavc: check media type of the decoder before calling it.Michael Niedermayer2012-04-011-0/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-5/+4
|\ \ | |/
| * lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-241-5/+4
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-241-0/+5
* | lavc: limit realloc() on encoding to the libav compatibility API.Michael Niedermayer2012-03-221-2/+6
* | lavc: Redesign the internal encoding API.Michael Niedermayer2012-03-221-6/+54
* | avcodec_encode_audio2: use ff_alloc_packet2()Michael Niedermayer2012-03-221-1/+1
* | lavc: add ff_alloc_packet2().Michael Niedermayer2012-03-221-4/+16
* | avcodec_encode_audio2: add missing padding to realloc()Michael Niedermayer2012-03-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-211-1/+8
|\ \ | |/
| * lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-201-1/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-201-1/+1
|\ \ | |/
| * adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-181-1/+1
* | avcodec_encode_audio2: Increase the audio buffer size.Michael Niedermayer2012-03-191-1/+1
* | lavc/utils: fix three const warnings.Nicolas George2012-03-081-3/+3
* | lavc/utils: fix const correctness of AVClass castMichael Niedermayer2012-03-071-1/+1
OpenPOWER on IntegriCloud