| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' | Michael Niedermayer | 2012-09-19 | 1 | -236/+262 |
|\ |
|
| * | avcodec: cleanup utils.c | Luca Barbato | 2012-09-18 | 1 | -232/+263 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -3/+3 |
|\| |
|
| * | lavc: replace AVCodecContext.encode with subtitle-specific callback | Anton Khirnov | 2012-09-17 | 1 | -2/+2 |
| * | lavc: add const to private codec class initialization. | Anton Khirnov | 2012-09-17 | 1 | -1/+1 |
* | | lavc: set AVSubtitle.pts if possible. | Nicolas George | 2012-09-15 | 1 | -0/+3 |
* | | lavc: protect calls to frame_thread_encoder by HAVE_THREADS | Michael Niedermayer | 2012-08-29 | 1 | -7/+9 |
* | | frame_thread_encoder: pass private options | Michael Niedermayer | 2012-08-29 | 1 | -1/+1 |
* | | lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE. | Nicolas George | 2012-08-19 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -5/+6 |
|\| |
|
| * | lavc: add const to AVCodec* function parameters. | Anton Khirnov | 2012-08-18 | 1 | -5/+6 |
* | | av_get_audio_frame_duration: fix ra144 | Michael Niedermayer | 2012-08-16 | 1 | -1/+2 |
* | | 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 |