summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* nutenc: Support writing an indexMichael Niedermayer2012-08-26
* nutenc: keep track of max_ptsMichael Niedermayer2012-08-26
* nutenc: keep track if keyframe PTSMichael Niedermayer2012-08-26
* nutdec: Flip the direction for seeking with an index in the failure case.Michael Niedermayer2012-08-26
* nutdec: improve information in error messageMichael Niedermayer2012-08-26
* nutenc: keep track of the written syncpoint countMichael Niedermayer2012-08-26
* ac3_probe: fix probing of non standard AC3Michael Niedermayer2012-08-26
* lavf: fix avio statistics for packets directly read without the buffer.Michael Niedermayer2012-08-25
* matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles.Philip Langdale2012-08-25
* riff: fix remuxing of atrac3 in wavPiotr Bandurski2012-08-25
* rtpdec_xiph: switch to av_assert()Michael Niedermayer2012-08-24
* lavf/utils: Try to unwrap pts/dts so as to minimize wrapsMichael Niedermayer2012-08-24
* lavf/utils: run update_initial_timestamps() outside some if()Michael Niedermayer2012-08-24
* lavf/ape: Fix stream duration calculationjamal2012-08-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-23
|\
| * rtmp: support strict rtmp serversSamuel Pitoiset2012-08-22
* | mov: Change default aac priming fallback from 2112 to 1024Justin Greer2012-08-21
* | mov: parse custom "----" MetadataJustin Greer2012-08-21
* | lavf: remove unused AVStream pointer.Clément Bœsch2012-08-21
* | lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only().Clément Bœsch2012-08-21
* | rmdec: parse logical-fileinfo, instead of creating phantom tracksMichael Niedermayer2012-08-21
* | rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer2012-08-21
* | lavf: factor ff_free_stream() outMichael Niedermayer2012-08-21
* | hls: fix min DTS code, try #2Michael Niedermayer2012-08-21
* | hls: fix EOF checkMichael Niedermayer2012-08-21
* | hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer2012-08-21
* | lavf/nutenc: write stream metadata.Nicolas George2012-08-20
* | lavf/nut: define fourcc DVBT for DVB_TELETEXT.Nicolas George2012-08-20
* | lavc: move AVRn to a seperate decoder.Michael Niedermayer2012-08-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-19
|\|
| * libavformat: add const to AVCodec pointersMans Rullgard2012-08-18
* | lavf/segment: fix computation of M3U8 segment target durationStefano Sabatini2012-08-18
* | lavf: add use_wallclock_as_timestampsMichael Niedermayer2012-08-18
* | lavf/au: check bits per coded sample.Nicolas George2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-18
|\|
| * swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-18
| * dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov2012-08-18
| * rtmpdh: Do not generate the same private key every time when using libnettleSamuel Pitoiset2012-08-17
| * rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-17
| * rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-17
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-17
* | lavf/segment: change default value for segment_list_size option, from 5 to 0Stefano Sabatini2012-08-18
* | lavf/segment: guess list type from list filename suffixStefano Sabatini2012-08-18
* | lavf/segment: add M3U8 list supportStefano Sabatini2012-08-18
* | lavf/segment: compute max list segment durationStefano Sabatini2012-08-18
* | lavf/segment: create segment_list_open and close functionsStefano Sabatini2012-08-18
* | lavf/segment: fix bogus segment index rewrapping logicStefano Sabatini2012-08-18
* | lavf/segment: move file description to @file doxyStefano Sabatini2012-08-18
* | lavf/avio: flush internal buffer when calling avio_close()Stefano Sabatini2012-08-18
* | lavf/avio.h: doxygen avio_flush()Stefano Sabatini2012-08-18