summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
| * rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-18
* | lavf: cdg has large non keyframe segments and should thus be exempt from the ...Michael Niedermayer2011-11-19
* | rawdec: use a default sample rate if none is specified.Michael Niedermayer2011-11-18
* | mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2011-11-18
* | mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arraysTomas Härdin2011-11-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-18
|\|
| * tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-17
* | ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.Michael Niedermayer2011-11-17
* | Do not try to read total disc or track number if data atom is too short.Carl Eugen Hoyos2011-11-17
* | mjpeg: support mpoMichael Niedermayer2011-11-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-17
|\|
| * avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö2011-11-16
| * avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö2011-11-16
| * lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-15
* | cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-16
* | lavf: if timestamps are invalid (pts=dts) only drop dts.Michael Niedermayer2011-11-16
* | Fix seeking when using Apple HTTP Live StreamingPanagiotis H.M. Issaris2011-11-15
* | asfdec: mark only ts1 as av_unusedMichael Niedermayer2011-11-15
* | mpegts: Completely ignore H222 spec and consider reserved adaptionMichael Niedermayer2011-11-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-15
|\|
| * lavf: simplify format_child_class_next()Luca Barbato2011-11-14
* | asfdec: avoid unused variable warning.Michael Niedermayer2011-11-15
* | asfdec: use dts for seeking.Michael Niedermayer2011-11-15
* | asfdec: restore timestamp reading codeMichael Niedermayer2011-11-15
* | mp3enc: Try to use a matching bitrate in the xing header.Michael Niedermayer2011-11-14
* | mp3enc: simplify mp3_write_xing()Michael Niedermayer2011-11-14
* | Rename remaining get_le32 to avio_rl32.Clément Bœsch2011-11-14
* | Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-14
* | Use AVIOContext.seekable instead of deprecated url_is_streamed.Clément Bœsch2011-11-14
* | Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-14
* | Rename remaining av_metadata_set2 to av_dict_set.Clément Bœsch2011-11-14
* | Rename remaining url_ftell to avio_tell.Clément Bœsch2011-11-14
* | Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-14
* | Rename remaining url_fsize to avio_size.Clément Bœsch2011-11-14
* | Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-14
* | Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-14
* | Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\|
| * lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
| * avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
| * avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
| * avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-13
| * avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
| * avio: Add AVIOInterruptCBMartin Storsjö2011-11-13
* | mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes.Michael Niedermayer2011-11-13
* | mkvtimestamp v2 muxer: remove unneeded prefixesMichael Niedermayer2011-11-13