| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -0/+1 |
* | nutenc: verbosely report unsupported negative pts | Luca Barbato | 2012-10-29 | 1 | -2/+6 |
* | nutenc: K&R formatting cosmetics | Luca Barbato | 2012-10-28 | 1 | -341/+412 |
* | nut: export codec_tag provided by rawvideo | Luca Barbato | 2012-10-16 | 1 | -1/+1 |
* | nut: prioritize native tags | Luca Barbato | 2012-10-13 | 1 | -6/+9 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -4/+0 |
* | nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments | Diego Biurrun | 2012-09-27 | 1 | -2/+6 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -9/+9 |
* | avformat: Drop pointless "format" from 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 | -7/+2 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+5 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | nutenc: add namespace to the api facing functions | Luca Barbato | 2011-09-04 | 1 | -6/+6 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -12/+12 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -4/+5 |
* | nutenc: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -0/+6 |
* | nutenc: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+0 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -6/+6 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -9/+9 |
* | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -4/+4 |
* | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -3/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | nutenc: fix a memleak | Anton Khirnov | 2011-03-17 | 1 | -0/+1 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | nutenc: mux chapters. | Anton Khirnov | 2011-03-17 | 1 | -4/+62 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -16/+16 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -18/+18 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+2 |
* | nutenc: fix unstable floating-point calculations | Måns Rullgård | 2010-09-10 | 1 | -2/+2 |
* | move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c | Michael Chinen | 2010-07-09 | 1 | -21/+0 |
* | rename get_length to ff_get_v_length and put_v to ff_put_v | Michael Chinen | 2010-07-09 | 1 | -68/+68 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | Make write_streamheader() log a message if there is no codec tag | Stefano Sabatini | 2010-06-02 | 1 | -1/+3 |
* | Make write_streamheader() return a meaningful error code if no codec | Stefano Sabatini | 2010-06-02 | 1 | -1/+1 |
* | Make write_header() and write_headers() return an error code in case of | Stefano Sabatini | 2010-06-02 | 1 | -3/+5 |
* | Make write_streamheader() and write_headers() accept an | Stefano Sabatini | 2010-06-02 | 1 | -6/+8 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 1 | -1/+1 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -0/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | Fix NUT (de)muxer warnings: | Vitor Sessak | 2010-03-28 | 1 | -1/+2 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -0/+1 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 1 | -1/+0 |
* | Plug some memory leaks in NUT muxer and demuxer | Vitor Sessak | 2010-02-28 | 1 | -0/+3 |