| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: switch to AVStream.time_base as the hint for the muxer timebase | Anton Khirnov | 2014-06-18 | 1 | -5/+10 |
* | riffenc: take an AVStream instead of an AVCodecContext | Anton Khirnov | 2014-06-18 | 1 | -2/+2 |
* | avienc: sanitize variable naming in write_header() | Anton Khirnov | 2014-05-18 | 1 | -41/+41 |
* | avienc: K&R formatting cosmetics | Keiji Costantini | 2014-03-04 | 1 | -194/+205 |
* | avienc: drop the vfr flag. | Anton Khirnov | 2013-11-08 | 1 | -1/+0 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -1/+4 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -3/+3 |
* | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | 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 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: use conditional notation for default codec in muxer declarations. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+1 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+4 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -3/+3 |
* | avienc: saner default audio codec. | Anton Khirnov | 2011-08-22 | 1 | -1/+5 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | 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 |
* | add ff_ prefix to metadata_conv() | Anton Khirnov | 2010-10-16 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -7/+2 |
* | avienc : Avoid creating invalid AVI files when muxing subtitle streams | Jai Menon | 2010-06-25 | 1 | -1/+4 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -20/+20 |
* | Set lavf identification string globally in av_write_header(), rather | Anton Khirnov | 2010-02-16 | 1 | -2/+0 |
* | Add AVI metadata conversion table. | Anton Khirnov | 2010-02-06 | 1 | -24/+16 |
* | strn muxing in avi support. | Michael Niedermayer | 2010-02-05 | 1 | -9/+17 |
* | Remove last MAX_STREAMS from avienc.c | Michael Niedermayer | 2010-01-28 | 1 | -6/+12 |
* | Introduce AVIStream struct and move stream based variables to it. | Michael Niedermayer | 2010-01-28 | 1 | -39/+61 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -31/+31 |
* | Add support for muxing XSUB subtitles to AVI muxer. | Reimar Döffinger | 2009-06-19 | 1 | -1/+14 |
* | use av_freep() instead of av_free() + =NULL. | Aurelien Jacobs | 2009-04-07 | 1 | -2/+1 |
* | Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Remove pointless #if around the file, it is already conditionally compiled. | Diego Biurrun | 2009-02-13 | 1 | -2/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |