| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | avienc: fix overflow of audio sample count | Tobias Rapp | 2013-04-11 | 1 | -1/+1 |
* | lavf/avienc: return proper error codes, and provide some more feedback | Stefano Sabatini | 2012-11-17 | 1 | -8/+16 |
* | avienc: force a valid timebase for video | Michael Niedermayer | 2012-11-01 | 1 | -0/+6 |
* | lavf/avienc: fix/extend error message, in case of too large number of skipped... | Stefano Sabatini | 2012-10-31 | 1 | -1/+1 |
* | lavf/avienc: enable debug log | Stefano Sabatini | 2012-10-31 | 1 | -2/+6 |
* | Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68' | Michael Niedermayer | 2012-10-17 | 1 | -22/+2 |
|\ |
|
| * | lavf: move RIFF INFO tag writing from avienc to riff | Victor Vasiliev | 2012-10-16 | 1 | -22/+2 |
| * | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -1/+0 |
|\| |
|
| * | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -8/+8 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -5/+1 |
|\| |
|
| * | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+1 |
* | | avienc: use av_assert | Michael Niedermayer | 2012-06-17 | 1 | -3/+4 |
* | | avienc: create xsub in avi files that are closer to whats in the wild | Michael Niedermayer | 2012-05-27 | 1 | -2/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -2/+4 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | | Fix all GNU %Ld | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -3/+3 |
|\| |
|
| * | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -3/+3 |
* | | avienc: Add a limit on the number of skiped frames muxed in a row. | Michael Niedermayer | 2011-10-01 | 1 | -0/+5 |
* | | avienc: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-22 | 1 | -1/+5 |
|\| |
|
| * | avienc: saner default audio codec. | Anton Khirnov | 2011-08-22 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+10 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -3/+4 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | | avienc: Update 2 debug statements to match the current code. | Michael Niedermayer | 2011-05-09 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -9/+9 |
|\| |
|
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -9/+9 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -8/+8 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -7/+7 |
* | avienc: replace &tag[0] with tag. | Anton Khirnov | 2011-02-25 | 1 | -7/+7 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -19/+20 |
* | avienc: fix AVI stream index for files with >10 streams | longstone | 2011-02-23 | 1 | -2/+8 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -94/+94 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -8/+8 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | avio: add av_put_str and deprecate put_strz in favor of it | Anton Khirnov | 2011-01-21 | 1 | -1/+1 |