aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2011-09-101-0/+6
* avisynth: Fix upside down bugchinshou2011-09-101-0/+8
* avisynth: Remove wrong pts calculation.chinshou2011-09-101-1/+0
* Fixed size given to init_get_bits().Laurent Aimar2011-09-101-1/+1
* av_interleave_packet_per_dts: switch noninterleaved flushing logic to max dts.Wolfram Gloger2011-09-091-3/+3
* asfenc: fix assert failure on long ffserver runsChiranjeevi Melam2011-09-091-5/+5
* Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is setGavin Kinsey2011-09-081-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-083-7/+9
|\
| * Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-082-2/+4
| * rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-071-1/+7
* | ffmdec: set avio buffer to ffm->packet_size, avoid dirty readsYan Jing2011-09-081-0/+5
* | ffmdec: fix seeking for non indexed filesMichael Niedermayer2011-09-081-1/+1
* | ffmdec: handle wrapped file in ffm_seekYan Jing2011-09-081-2/+16
* | Add loas as an extension for LOAS/LATM.Carl Eugen Hoyos2011-09-081-1/+1
* | Support remuxing aac_latm.Carl Eugen Hoyos2011-09-081-0/+7
* | WTV muxer (1_extract_wtv_common_code.patch)zhentan feng2011-09-083-36/+56
* | flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 streamAsad Mehmood2011-09-081-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-074-1/+193
|\|
| * Add LATM muxerKieran Kunhya2011-09-074-1/+193
| * libx264: add 'direct-pred' private optionAnton Khirnov2011-09-072-2/+0
| * libx264: add 'partitions' private optionAnton Khirnov2011-09-072-2/+0
* | rtpdec_asf: fix memleakMichael Niedermayer2011-09-071-2/+6
* | rtp: Fix integer underflow that could allow remote code execution.Michael Niedermayer2011-09-071-0/+2
* | flvdec: A little bit of cleanupJoseph Wecker2011-09-071-5/+4
* | flvenc: Correctly encode data stream into in-band metadata frames.Joseph Wecker2011-09-071-4/+12
* | flvdec: Properly decoding in-band metadata packets as data frames.Joseph Wecker2011-09-072-13/+17
* | flvdec: Started to remove most of the "only 1-audio+1-video" assumptionsJoseph Wecker2011-09-072-20/+43
* | flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcas...Joseph Wecker2011-09-073-7/+16
* | Support Speex in isom.Carl Eugen Hoyos2011-09-071-1/+3
* | libavformat/utils: only run delta_dts_min calculation code when its value is ...Michael Niedermayer2011-09-071-16/+20
* | libavformat/utils: use FFMIN() where possibleMichael Niedermayer2011-09-071-2/+1
* | libavformat/utils: Treat subtitle streams as noninterleaved when 20 seconds h...wg2011-09-071-4/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-052-7/+7
|\|
| * http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-041-0/+2
| * nutenc: add namespace to the api facing functionsLuca Barbato2011-09-041-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-043-2/+15
|\|
| * lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-033-1/+14
| * AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-1/+1
* | http: Fix decetion of range support in HTTP serversStefan Fritsch2011-09-031-0/+2
* | Parse MXF partitionsTomas Härdin2011-09-021-1/+107
* | wav: init st to NULL to avoid a false-positive warning.Clément Bœsch2011-09-011-1/+1
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-013-22/+15
* | Support speex in avi.Carl Eugen Hoyos2011-08-301-0/+1
* | Only autodetect loas in transport streams.Carl Eugen Hoyos2011-08-301-1/+3
* | Support Nellymoser in isom.Carl Eugen Hoyos2011-08-301-0/+2
* | mov: read tmcd tag and set timecode drop flag accordingly.Baptiste Coudurier2011-08-301-1/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-291-5/+12
|\|
| * isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-291-5/+12
* | Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos2011-08-281-2/+0
* | Do not assume timestamps for mp2 format.Carl Eugen Hoyos2011-08-281-0/+1