| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 10l, fix nuv_header for the case when there is no video stream. | Reimar Döffinger | 2008-07-07 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Check av_new_stream return value, fixes CID79 RUN2 | Reimar Döffinger | 2008-05-29 | 1 | -0/+4 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -2/+2 |
* | Set codec_id correctly for RJPG codec_tag | Reimar Döffinger | 2007-09-15 | 1 | -1/+2 |
* | Do not set codec_tag when the container does not specify it. | Reimar Döffinger | 2007-09-09 | 1 | -1/+0 |
* | Copy nuv header only when the video codec is nuv | Reimar Döffinger | 2007-09-09 | 1 | -5/+13 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | fix "incorrect frame size" errors with small.nuv | Michael Niedermayer | 2007-05-27 | 1 | -0/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -2/+2 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) | Michael Niedermayer | 2007-01-31 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | read_packet return value must be < 0 when no packet is returned, including EOF. | Reimar Döffinger | 2006-06-11 | 1 | -1/+1 |
* | Avoid crash if there is a rtjpeg quant header but no video stream in file | Reimar Döffinger | 2006-04-20 | 1 | -1/+1 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+245 |