summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer2011-09-13
* asf: only try to read asf index onceJoakim Plate2011-09-12
* segafilm: Fix potential division by 0 on corrupted segafilm streams in the de...Laurent Aimar2011-09-12
* segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar2011-09-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-12
* | mxfdec: skip to end of structural sets This fixes reading of partition packs....Philip de Nier2011-09-12
* | rmdec: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | avidec: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | asf: Check return value of more avio_seek callsJoakim Plate2011-09-12
* | Fix writes out of bounds in the ogg demuxer.Laurent Aimar2011-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11
| * mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-11
* | Fixed segfault on corrupted smacker streams in the demuxer.Laurent Aimar2011-09-11
* | Fixed segfault on memory allocation failure in ape demuxer.Laurent Aimar2011-09-11
* | mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read PAT/SDT t...Joakim Plate2011-09-11
* | Fix for some non interleaved avi files that gets played twice or won't endJoakim Plate2011-09-11
* | Allow reading of growing avi files (ie currently being written)Joakim Plate2011-09-11
* | mpegts: update comment to match codeMichael Niedermayer2011-09-11
* | libavformat/utils: Only require first packet to be known for all audio and vi...Joakim Plate2011-09-11
* | mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2011-09-10
* | avisynth: Fix upside down bugchinshou2011-09-10
* | avisynth: Remove wrong pts calculation.chinshou2011-09-10
* | Fixed size given to init_get_bits().Laurent Aimar2011-09-10
* | av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts.Wolfram Gloger2011-09-09
* | asfenc: fix assert failure on long ffserver runsChiranjeevi Melam2011-09-09
* | Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is setGavin Kinsey2011-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-08
|\|
| * Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-08
| * rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-07
* | ffmdec: set avio buffer to ffm->packet_size, avoid dirty readsYan Jing2011-09-08
* | ffmdec: fix seeking for non indexed filesMichael Niedermayer2011-09-08
* | ffmdec: handle wrapped file in ffm_seekYan Jing2011-09-08
* | Add loas as an extension for LOAS/LATM.Carl Eugen Hoyos2011-09-08
* | Support remuxing aac_latm.Carl Eugen Hoyos2011-09-08
* | WTV muxer (1_extract_wtv_common_code.patch)zhentan feng2011-09-08
* | flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 streamAsad Mehmood2011-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-07
|\|
| * Add LATM muxerKieran Kunhya2011-09-07
| * libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
| * libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* | rtpdec_asf: fix memleakMichael Niedermayer2011-09-07
* | rtp: Fix integer underflow that could allow remote code execution.Michael Niedermayer2011-09-07
* | flvdec: A little bit of cleanupJoseph Wecker2011-09-07
* | flvenc: Correctly encode data stream into in-band metadata frames.Joseph Wecker2011-09-07
* | flvdec: Properly decoding in-band metadata packets as data frames.Joseph Wecker2011-09-07
* | flvdec: Started to remove most of the "only 1-audio+1-video" assumptionsJoseph Wecker2011-09-07
* | flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcas...Joseph Wecker2011-09-07
* | Support Speex in isom.Carl Eugen Hoyos2011-09-07