summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* | lavc: set bit_rate in the decoder context, just after the init stageStefano Sabatini2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | lavc: add missing PIX_FMT_YUVA444PPaul B Mahol2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-11
|\|
| * Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol2012-02-10
| * avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-09
| * avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-09