| Commit message (Expand) | Author | Age | Files | Lines |
* | nuv: Use the correct context for av_image_check_size | Vittorio Giovara | 2016-03-22 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -36/+36 |
* | nuv: sanitize negative fps rate | Andreas Cadhalpun | 2016-01-13 | 1 | -0/+9 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | nuv: validate image size | Vittorio Giovara | 2015-01-27 | 1 | -0/+5 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | nuv: check for malloc failure when allocating extradata | Justin Ruggles | 2012-11-28 | 1 | -6/+14 |
* | nuv: use the stream indices generated by avformat_new_stream() | Justin Ruggles | 2012-11-28 | 1 | -5/+6 |
* | nuv: cosmetics: pretty-printing | Justin Ruggles | 2012-11-28 | 1 | -132/+147 |
* | lavf: move nuv fourcc audio tags from riff to nuv | Justin Ruggles | 2012-11-28 | 1 | -3/+20 |
* | nuv: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -1/+4 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
* | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -1/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+6 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -5/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -14/+14 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -14/+14 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -26/+26 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+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 | -2/+2 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Fix memleak in nuv demuxer: free packet already allocated packet when | Reimar Döffinger | 2009-04-09 | 1 | -1/+4 |
* | Correctly set packet size for partial video packets in nuv demuxer. | Reimar Döffinger | 2009-04-08 | 1 | -0/+2 |
* | Always return 0 if read_packet is successful. | Reimar Döffinger | 2009-04-07 | 1 | -2/+4 |
* | Do not uselessly read version string into a buffer. | Reimar Döffinger | 2009-04-07 | 1 | -2/+2 |
* | Error out also when reading nuv header returns with partial data and return | Reimar Döffinger | 2009-04-07 | 1 | -2/+2 |
* | Enable generic index creation and seeking for NUV demuxer. | Reimar Döffinger | 2009-03-14 | 1 | -0/+1 |
* | Mark all packets from nuv demuxer as keyframes in order to make seeking work. | Reimar Döffinger | 2009-03-09 | 1 | -0/+4 |
* | Set AVPacket pos also for audio packets in nuv demuxer. | Reimar Döffinger | 2009-03-09 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Avoid _t in typedef type | Reimar Döffinger | 2008-12-11 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -4/+4 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -1/+1 |
* | Fix handling of old nuv files where an aspect of 1 actually means 4/3 | Joakim Plate | 2008-07-25 | 1 | -0/+2 |
* | aspect stored in nuv files must be converted from display- to sample-aspect. | Joakim Plate | 2008-07-24 | 1 | -1/+1 |