summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavc/utils: remove unused variable from avcodec_encode_video2.Michael Niedermayer2012-03-071-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-11/+165
|\ \ | |/
| * avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-051-0/+142
| * avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-051-11/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-10/+10
|\ \ | |/
| * lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-041-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-3/+10
|\ \ | |/
| * lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-031-0/+8
| * lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov2012-03-031-3/+2
* | lavc: unify similar code merged from both branches.Nicolas George2012-03-031-8/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-0/+6
|\ \ | |/
| * lavc: shrink encoded video packet size after encoding.Anton Khirnov2012-03-011-0/+6
* | lavc: fix 10l oversight in realloc of avcodec_encode_video2.Michael Niedermayer2012-02-291-1/+1
* | encode_video2: shrink packet after encoding.Nicolas George2012-02-291-0/+7
* | get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-281-1/+1
|\ \ | |/
| * avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-5/+7
|\ \ | |/
| * lavc: merge two if()s with the same condition.Anton Khirnov2012-02-251-2/+1
| * lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-251-2/+2
| * lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov2012-02-251-1/+2
| * avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje2012-02-241-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-40/+8
|\ \ | |/
| * lavc: drop encode() support for video.Anton Khirnov2012-02-231-40/+8
* | lavc: introduce av_get_pcm_codec.Nicolas George2012-02-221-0/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-3/+5
|\ \ | |/
| * avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-211-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-9/+6
|\ \ | |/
| * avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-9/+6
* | lavc: set bit_rate in the decoder context, just after the init stageStefano Sabatini2012-02-201-23/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | lavc: add missing PIX_FMT_YUVA444PPaul B Mahol2012-02-141-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-7/+21
|\ \ | |/