| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add const to AVCodecContext.codec_descriptor. | Nicolas George | 2012-08-14 | 1 | -1/+1 |
* | lavc: reimplement avcodec_get_name with descriptors. | Nicolas George | 2012-08-14 | 1 | -5/+4 |
* | lavc: add codec_descriptor field to AVCodecContext. | Michael Niedermayer | 2012-08-12 | 1 | -0/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -119/+119 |
|\ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -96/+96 |
* | | lavc/utils: rename ff_init_buffer_info() pic parameter to frame | Stefano Sabatini | 2012-08-03 | 1 | -16/+16 |
* | | lavc/utils: generalize ff_init_buffer_info() and use it when seems feasible | Stefano Sabatini | 2012-08-03 | 1 | -36/+17 |
* | | lavc: add channels field to AVFrame | Stefano Sabatini | 2012-07-31 | 1 | -0/+4 |
* | | avcodec: add decode_error_flags field to AVFrame | Marton Balint | 2012-07-21 | 1 | -0/+1 |
* | | lavc: set best_effort_timestamp for audio too. | Nicolas George | 2012-07-20 | 1 | -0/+3 |
* | | lavc: update pkt_duration for skipped samples. | Nicolas George | 2012-07-19 | 1 | -2/+7 |
* | | lavc: warn when impossible to adjust timestamps for skipped samples. | Nicolas George | 2012-07-19 | 1 | -0/+2 |
* | | lavc: add debug info about skipped samples. | Nicolas George | 2012-07-19 | 1 | -0/+6 |
* | | cosmetics: reindent after d3abbb1d1 | Paul B Mahol | 2012-07-15 | 1 | -7/+7 |
* | | lavc: add metadata to AVFrame | Thomas Kühnel | 2012-07-14 | 1 | -0/+1 |
* | | lavc: adjust timestamp in case of skiping initial samples | Michael Niedermayer | 2012-07-14 | 1 | -0/+6 |
* | | lavc: skip initial silence when requested | Michael Niedermayer | 2012-07-14 | 1 | -0/+18 |
* | | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when needed | Michael Niedermayer | 2012-07-13 | 1 | -0/+2 |
* | | lavc: fix ff_alloc_packet() | Paul B Mahol | 2012-07-13 | 1 | -0/+2 |
* | | lavc: add av_fast_padded_mallocz | Paul B Mahol | 2012-07-10 | 1 | -0/+12 |
* | | Show hyphen in codec tag. | Carl Eugen Hoyos | 2012-07-09 | 1 | -1/+1 |
* | | video_get_buffer: return ENOMEM instead of -1 on malloc failure | Michael Niedermayer | 2012-07-04 | 1 | -1/+2 |
* | | lavc/utils: print error message on get_buffer related errors | Michael Niedermayer | 2012-07-04 | 1 | -1/+3 |
* | | avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces | Michael Niedermayer | 2012-07-03 | 1 | -0/+16 |
* | | avcodec_encode_audio2: print error messages for errors | Michael Niedermayer | 2012-06-30 | 1 | -2/+6 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | lavc: add frame multithreading capability (currently intra only) | Michael Niedermayer | 2012-06-23 | 1 | -2/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -0/+5 |
|\| |
|
| * | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 1 | -0/+5 |
* | | 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 |
|\| |
|