| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/utils: in avcodec_decode_video2() return proper error code instead of -1 | Stefano Sabatini | 2012-06-16 | 1 | -1/+1 |
* | lavc: fix support of unofficial pix_fmt extensions of jpeg | Michael Niedermayer | 2012-06-13 | 1 | -1/+3 |
* | lavc: add pkt_duration field to AVFrame | Stefano Sabatini | 2012-06-05 | 1 | -0/+8 |
* | av_get_audio_frame_duration: fix FPE | Michael Niedermayer | 2012-06-03 | 1 | -0/+4 |
* | lavc: clarify experimental codec message | Lou Logan | 2012-05-30 | 1 | -1/+1 |
* | lavc: prettify printing of some codec tags which contains non alphanumeric ch... | Stefano Sabatini | 2012-05-29 | 1 | -1/+6 |
* | libavcodec: correct consumed bytes for decoders | Michael Niedermayer | 2012-05-21 | 1 | -2/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -1/+2 |
|\ |
|
| * | avcodec/utils: cast a function argument to shut up a compiler warning | Diego Biurrun | 2012-05-20 | 1 | -1/+2 |
* | | lavc/utils: fix division by 0 | Michael Niedermayer | 2012-05-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -0/+81 |
|\| |
|
| * | lavc: check that extended_data is properly set in avcodec_encode_audio2(). | Anton Khirnov | 2012-05-09 | 1 | -0/+17 |
| * | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -0/+64 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -74/+9 |
|\| |
|
| * | avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2() | Justin Ruggles | 2012-05-07 | 1 | -1/+0 |
| * | avcodec: for audio encoding, reset output packet when it is not valid | Justin Ruggles | 2012-05-07 | 1 | -1/+4 |
| * | avcodec: refactor avcodec_encode_audio2() to merge common branches | Justin Ruggles | 2012-05-07 | 1 | -3/+3 |
| * | avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2() | Justin Ruggles | 2012-05-07 | 1 | -68/+2 |
* | | Add yuva422p pix_fmt. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+1 |
* | | lavc/utils: change a few asserts to av_assert0() | Michael Niedermayer | 2012-05-08 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -0/+4 |
|\| |
|
| * | lavc: add sample rate and channel layout to AVFrame. | Anton Khirnov | 2012-05-07 | 1 | -0/+4 |
* | | lavc: implement accessors for some AVFrame fields. | Nicolas George | 2012-05-03 | 1 | -0/+9 |
* | | lavc: add a sample_rate field to AVFrame. | Nicolas George | 2012-04-28 | 1 | -0/+2 |
* | | lavc: add a channel_layout field to AVFrame. | Nicolas George | 2012-04-28 | 1 | -0/+2 |
* | | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -4/+4 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -10/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -2/+5 |
|\| |
|
| * | avcodec_string: Favor AVCodecContext.codec over the default codec. | Alex Converse | 2012-04-17 | 1 | -1/+3 |
* | | Reset pts_correction state on codec flush. | Robert Nagy | 2012-04-18 | 1 | -0/+3 |
* | | 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 |