| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -0/+4 |
|\ |
|
| * | avcodec: add av_get_audio_frame_duration() function. | Justin Ruggles | 2012-03-05 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -1/+3 |
|\| |
|
| * | lavc: make codec_is_decoder/encoder() public. | Anton Khirnov | 2012-03-04 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -3/+3 |
|\| |
|
| * | avpacket: Add a function for shrinking already allocated side data | Martin Storsjö | 2012-03-01 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -0/+8 |
|\| |
|
| * | Add a minor bump, changelog/APIchanges entry and some documentation for APIC ... | Anton Khirnov | 2012-02-29 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-28 | 1 | -5/+5 |
|\| |
|
| * | doc/APIchanges: fill in missing dates and hashes. | Anton Khirnov | 2012-02-27 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -0/+3 |
|\| |
|
| * | avutil: add AVERROR_UNKNOWN | Justin Ruggles | 2012-02-25 | 1 | -0/+3 |
| * | Remove libpostproc. | Diego Biurrun | 2012-02-23 | 1 | -1/+0 |
* | | lavc: introduce av_get_pcm_codec. | Nicolas George | 2012-02-22 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -0/+6 |
|\| |
|
| * | avcodec: add duration field to AVCodecParserContext | Justin Ruggles | 2012-02-20 | 1 | -0/+3 |
| * | avutil: add av_rescale_q_rnd() to allow different rounding | Justin Ruggles | 2012-02-20 | 1 | -0/+3 |
* | | libswr: allow to set custom matrices. | Nicolas George | 2012-02-20 | 1 | -0/+3 |
* | | lavu: add timestamp.h header with convenience timestamp utilities | Stefano Sabatini | 2012-02-09 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -0/+6 |
|\| |
|
| * | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -0/+3 |
| * | lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket | Anton Khirnov | 2012-02-08 | 1 | -0/+3 |
* | | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect | Stefano Sabatini | 2012-02-06 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-03 | 1 | -4/+4 |
|\| |
|
| * | APIchanges: add missing commit hashes | Janne Grunau | 2012-02-02 | 1 | -4/+4 |
* | | lavu: add public timecode API. | Clément Bœsch | 2012-02-02 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-02 | 1 | -0/+5 |
|\| |
|
| * | avcodec: Add av_fast_padded_malloc(). | Janne Grunau | 2012-02-01 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-01 | 1 | -0/+6 |
|\| |
|
| * | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
| * | lavc: add avcodec_is_open(). | Anton Khirnov | 2012-01-31 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-31 | 1 | -1/+5 |
|\| |
|
| * | doc: Fix the name of the new function | Martin Storsjö | 2012-01-30 | 1 | -1/+1 |
| * | avutil: make intfloat api public | Paul B Mahol | 2012-01-30 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -0/+2 |
|\| |
|
| * | APIchanges: mention avcodec_alloc_context()/2/3 | Anton Khirnov | 2012-01-28 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+2 |
|\| |
|
| * | lavf: increase major version from 53 to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
| * | lavc: increase major version to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-26 | 1 | -0/+6 |
|\| |
|
| * | doc: Update APIchanges with info on muxer flushing | Martin Storsjö | 2012-01-25 | 1 | -0/+6 |
* | | lavfi: add avfilter_graph_dump. | Nicolas George | 2012-01-24 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-21 | 1 | -5/+5 |
|\| |
|
| * | doc/APIChanges: fill in missing dates and hashes | Anton Khirnov | 2012-01-21 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-17 | 1 | -0/+8 |
|\| |
|
| * | avcodec: bump minor version and add APIChanges for the new audio encoding API | Justin Ruggles | 2012-01-15 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-13 | 1 | -0/+3 |
|\| |
|
| * | lavfi: move version macros to a new installed header version.h | Anton Khirnov | 2012-01-12 | 1 | -0/+3 |
| * | No longer build libpostproc by default | Reinhard Tartler | 2012-01-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -0/+4 |
|\| |
|