summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
| * avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-28
* | Fix side-data memleak also for audio.Reimar Döffinger2012-04-08
* | lavc: check media type of the decoder before calling it.Michael Niedermayer2012-04-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-24
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-24
* | lavc: limit realloc() on encoding to the libav compatibility API.Michael Niedermayer2012-03-22
* | lavc: Redesign the internal encoding API.Michael Niedermayer2012-03-22
* | avcodec_encode_audio2: use ff_alloc_packet2()Michael Niedermayer2012-03-22
* | lavc: add ff_alloc_packet2().Michael Niedermayer2012-03-22
* | avcodec_encode_audio2: add missing padding to realloc()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\|
| * lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-20
|\|
| * adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-18
* | avcodec_encode_audio2: Increase the audio buffer size.Michael Niedermayer2012-03-19
* | lavc/utils: fix three const warnings.Nicolas George2012-03-08
* | lavc/utils: fix const correctness of AVClass castMichael Niedermayer2012-03-07
* | lavc/utils: remove unused variable from avcodec_encode_video2.Michael Niedermayer2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-05
| * avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|
| * lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-04
|\|
| * lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-03
| * lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov2012-03-03
* | lavc: unify similar code merged from both branches.Nicolas George2012-03-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-01
* | lavc: fix 10l oversight in realloc of avcodec_encode_video2.Michael Niedermayer2012-02-29
* | encode_video2: shrink packet after encoding.Nicolas George2012-02-29
* | get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-28
|\|
| * avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\|
| * lavc: merge two if()s with the same condition.Anton Khirnov2012-02-25
| * lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-25
| * lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov2012-02-25
| * avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * lavc: drop encode() support for video.Anton Khirnov2012-02-23
* | lavc: introduce av_get_pcm_codec.Nicolas George2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20