| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-09 | 1 | -5/+13 |
|\ |
|
| * | avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame() | Justin Ruggles | 2012-04-09 | 1 | -2/+2 |
| * | avcodec: validate the channel layout vs. channel count for decoders | Justin Ruggles | 2012-04-08 | 1 | -0/+9 |
| * | avcodec_encode_{audio,video}: only reallocate output packet when it has non-z... | Anton Khirnov | 2012-03-28 | 1 | -2/+2 |
* | | Fix side-data memleak also for audio. | Reimar Döffinger | 2012-04-08 | 1 | -5/+11 |
* | | lavc: check media type of the decoder before calling it. | Michael Niedermayer | 2012-04-01 | 1 | -0/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -5/+4 |
|\| |
|
| * | lavc/avconv: support changing frame sizes in codecs with frame mt. | Ronald S. Bultje | 2012-03-24 | 1 | -5/+4 |
* | | pthread/mpegvideo: detect and block attempts to init frames after setup. | Michael Niedermayer | 2012-03-24 | 1 | -0/+5 |
* | | lavc: limit realloc() on encoding to the libav compatibility API. | Michael Niedermayer | 2012-03-22 | 1 | -2/+6 |
* | | lavc: Redesign the internal encoding API. | Michael Niedermayer | 2012-03-22 | 1 | -6/+54 |
* | | avcodec_encode_audio2: use ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | | lavc: add ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -4/+16 |
* | | avcodec_encode_audio2: add missing padding to realloc() | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-21 | 1 | -1/+8 |
|\| |
|
| * | lavc: shrink encoded audio packet size after encoding. | Justin Ruggles | 2012-03-20 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-20 | 1 | -1/+1 |
|\| |
|
| * | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. | Ronald S. Bultje | 2012-03-18 | 1 | -1/+1 |
* | | avcodec_encode_audio2: Increase the audio buffer size. | Michael Niedermayer | 2012-03-19 | 1 | -1/+1 |
* | | lavc/utils: fix three const warnings. | Nicolas George | 2012-03-08 | 1 | -3/+3 |
* | | lavc/utils: fix const correctness of AVClass cast | Michael Niedermayer | 2012-03-07 | 1 | -1/+1 |
* | | lavc/utils: remove unused variable from avcodec_encode_video2. | Michael Niedermayer | 2012-03-07 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -11/+165 |
|\| |
|
| * | avcodec: add av_get_audio_frame_duration() function. | Justin Ruggles | 2012-03-05 | 1 | -0/+142 |
| * | avcodec: add av_get_exact_bits_per_sample() function | Justin Ruggles | 2012-03-05 | 1 | -11/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -10/+10 |
|\| |
|
| * | lavc: make codec_is_decoder/encoder() public. | Anton Khirnov | 2012-03-04 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-04 | 1 | -3/+10 |
|\| |
|
| * | lavc: free the output packet when encoding failed or produced no output. | Anton Khirnov | 2012-03-03 | 1 | -0/+8 |
| * | lavc: preserve avpkt->destruct in ff_alloc_packet(). | Anton Khirnov | 2012-03-03 | 1 | -3/+2 |
* | | lavc: unify similar code merged from both branches. | Nicolas George | 2012-03-03 | 1 | -8/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -0/+6 |
|\| |
|
| * | lavc: shrink encoded video packet size after encoding. | Anton Khirnov | 2012-03-01 | 1 | -0/+6 |
* | | lavc: fix 10l oversight in realloc of avcodec_encode_video2. | Michael Niedermayer | 2012-02-29 | 1 | -1/+1 |
* | | encode_video2: shrink packet after encoding. | Nicolas George | 2012-02-29 | 1 | -0/+7 |
* | | get_buffers: Check that pix_fmt is not NONE. | Michael Niedermayer | 2012-02-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-28 | 1 | -1/+1 |
|\| |
|
| * | avcodec_default_reget_buffer(): fix compilation in DEBUG mode | Diego Biurrun | 2012-02-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -5/+7 |
|\| |
|
| * | lavc: merge two if()s with the same condition. | Anton Khirnov | 2012-02-25 | 1 | -2/+1 |
| * | lavc: factorize setting got_packet_ptr in avcodec_encode_video2() | Anton Khirnov | 2012-02-25 | 1 | -2/+2 |
| * | lavc: signal no output when a NULL frame is passed to audio encoder without d... | Anton Khirnov | 2012-02-25 | 1 | -1/+2 |
| * | avcodec: disallow reget_buffer() if pix_fmt changed. | Ronald S. Bultje | 2012-02-24 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -40/+8 |
|\| |
|
| * | lavc: drop encode() support for video. | Anton Khirnov | 2012-02-23 | 1 | -40/+8 |
* | | lavc: introduce av_get_pcm_codec. | Nicolas George | 2012-02-22 | 1 | -0/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -3/+5 |
|\| |
|
| * | avcodec: do not override pts or duration from the audio encoder | Justin Ruggles | 2012-02-21 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -9/+6 |
|\| |
|
| * | avcodec: add ff_samples_to_time_base() convenience function to internal.h | Justin Ruggles | 2012-02-20 | 1 | -9/+6 |