summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-02
|\
| * Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* | Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger2011-06-01
* | lavf: tag dump_format() as @deprecatedStefano Sabatini2011-06-01
* | yuv4mpeg: complain and exit if a non-rawvideo stream is selectedStefano Sabatini2011-06-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-01
|\|
| * improved 'edts' atom writing supportGil Pedersen2011-05-31
* | wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin2011-05-30
* | examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-30
* | TCP: change default timeout to 5secMichael Niedermayer2011-05-30
* | Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer2011-05-30
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | Fix various bad printf format warningsClément Bœsch2011-05-30
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
| * lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov2011-05-27
| * rawdec: add a pixel_format private option.Anton Khirnov2011-05-27
* | iff: remove duplicated file descriptionStefano Sabatini2011-05-28
* | Export PCR pidKieran Kunhya2011-05-28
* | Export more transport stream information.Kieran Kunhya2011-05-28
* | Output MPEG-TS stream identifiers.Kieran Kunhya2011-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-27
| * movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-27
| * tcp: make connect() timeout properlyLuca Barbato2011-05-27
| * rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-27
| * rtspdec: add initial_pause private option.Anton Khirnov2011-05-27
| * lavf: deprecate AVFormatParameters.width/height.Anton Khirnov2011-05-27
| * tty: add video_size private option.Anton Khirnov2011-05-27
| * rawdec: add video_size private option.Anton Khirnov2011-05-27
| * id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-26
| * id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-26
* | Add metadata conversion table to the wav demuxerTomas Härdin2011-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * lavf: initialize demuxer private options.Anton Khirnov2011-05-26
| * Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-26
* | muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-25
| * rtmp: ReindentMartin Storsjö2011-05-25
| * rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-25
| * tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-25
| * Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-25
| * lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-25
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-25
| * lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-25
| * rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-25
| * lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-25
| * mpegts: add compute_pcr option.Anton Khirnov2011-05-25
| * lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-25