aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
| * rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-051-4/+4
| * rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-051-1/+1
| * rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-051-16/+15
| * rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-051-9/+9
| * rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-051-66/+71
| * rtpdec_h264: Clean up commentsMartin Storsjö2012-05-051-22/+29
| * rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-051-1/+1
* | oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-061-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-052-54/+31
|\|
| * rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-051-2/+0
| * rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-051-21/+7
| * rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-051-23/+1
| * rtpdec_h264: Return proper error codesMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Add input size checksIvan Kovtunov2012-05-051-3/+13
| * ea: check chunk_size for validity.Ronald S. Bultje2012-05-041-1/+6
* | Skip padding bytes after reading musepack8 header.Carl Eugen Hoyos2012-05-051-0/+2
* | oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer2012-05-051-2/+2
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-051-4/+5
|\|
| * cosmetics: indentationJustin Ruggles2012-05-031-9/+10
| * avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-031-0/+3
| * avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-031-9/+0
| * mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2012-05-031-0/+6
* | oggtheora: Port changes from oggvorbis timestamp handling.Michael Niedermayer2012-05-051-17/+12
* | oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer2012-05-051-4/+6
* | oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-041-7/+12
* | oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer2012-05-041-2/+2
* | oggtheora: Fix initial ptsMichael Niedermayer2012-05-041-0/+42
* | seek-test: support printing multiple packetsMichael Niedermayer2012-05-041-9/+18
* | oggdec: fix off by one error on pos_limitMichael Niedermayer2012-05-041-1/+1
* | oggdec: print error on failure to create streamsMichael Niedermayer2012-05-041-1/+3
* | oggdec: print error on changing streams when its unsupported.Michael Niedermayer2012-05-041-1/+3
* | oggdec: print error on unsupported versionsMichael Niedermayer2012-05-041-1/+3
* | oggdec: reset lastpts so that justins vorbis duration correction is not skipedMichael Niedermayer2012-05-041-0/+4
* | oggdec: pass avformat context to ogg_reset()Michael Niedermayer2012-05-041-4/+5
* | seek-test: support manually forcing a seek to a specific positionMichael Niedermayer2012-05-041-1/+15
* | JACOsub demuxer, decoder and muxer.Clément Bœsch2012-05-035-1/+350
* | flvdec: pass on proper error value.Reimar Döffinger2012-05-011-3/+2
* | Remove some useless code that duplicates av_get_packet.Reimar Döffinger2012-05-018-33/+6
* | Mark truncated packets as corrupt in av_get_packet.Reimar Döffinger2012-05-019-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-301-1/+1
|\|
| * mkv: mark corrupted packets and return themLuca Barbato2012-04-291-0/+5
| * mkv: forward EMBL block data errorLuca Barbato2012-04-291-1/+1
* | lavf: add AVFMT_SEEK_TO_PTS to indicate seeking is per PTS.Michael Niedermayer2012-04-301-0/+1
* | isom: remove duplicate line.Michael Niedermayer2012-04-301-1/+0
* | isom: Clarify comment for 'ec-3' fourccDerek Buitenhuis2012-04-301-1/+1
* | rmenc: more than 2 streams are not currently possible.Reimar Döffinger2012-04-291-0/+5
* | nutdec: minor simplification.Reimar Döffinger2012-04-291-5/+3