summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-023-29/+36
|\
| * Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-313-34/+41
* | Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger2011-06-011-5/+5
* | lavf: tag dump_format() as @deprecatedStefano Sabatini2011-06-011-0/+3
* | yuv4mpeg: complain and exit if a non-rawvideo stream is selectedStefano Sabatini2011-06-011-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-011-10/+39
|\ \ | |/
| * improved 'edts' atom writing supportGil Pedersen2011-05-311-10/+39
* | wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin2011-05-301-13/+16
* | examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-302-539/+0
* | TCP: change default timeout to 5secMichael Niedermayer2011-05-301-1/+1
* | Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer2011-05-301-7/+0
* | Fix various unused variable warningsClément Bœsch2011-05-3016-29/+25
* | Fix various bad printf format warningsClément Bœsch2011-05-303-11/+11
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-294-13/+39
|\ \ | |/
| * webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-282-1/+38
| * lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov2011-05-271-3/+1
| * rawdec: add a pixel_format private option.Anton Khirnov2011-05-272-10/+20
* | iff: remove duplicated file descriptionStefano Sabatini2011-05-281-1/+0
* | Export PCR pidKieran Kunhya2011-05-282-0/+13
* | Export more transport stream information.Kieran Kunhya2011-05-282-1/+15
* | Output MPEG-TS stream identifiers.Kieran Kunhya2011-05-282-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2721-129/+189
|\ \ | |/
| * movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-275-3/+24
| * movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-272-0/+19
| * tcp: make connect() timeout properlyLuca Barbato2011-05-271-8/+17
| * rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-2710-105/+22
| * rtspdec: add initial_pause private option.Anton Khirnov2011-05-273-3/+30
| * lavf: deprecate AVFormatParameters.width/height.Anton Khirnov2011-05-271-2/+2
| * tty: add video_size private option.Anton Khirnov2011-05-271-2/+23
| * rawdec: add video_size private option.Anton Khirnov2011-05-273-4/+45
| * id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-261-1/+6
| * id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-261-1/+1
* | Add metadata conversion table to the wav demuxerTomas Härdin2011-05-271-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+2
|\ \ | |/
| * lavf: initialize demuxer private options.Anton Khirnov2011-05-261-0/+4
| * Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+2
* | muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2011-05-263-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2611-22/+114
|\ \ | |/
| * avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-254-2/+10
| * rtmp: ReindentMartin Storsjö2011-05-251-3/+3
| * rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-252-1/+3
| * tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-251-3/+21
| * Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-251-1/+1
| * lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-1/+1
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-1/+1
| * lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-252-2/+6
| * rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-253-6/+42
| * lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-252-3/+3
| * mpegts: add compute_pcr option.Anton Khirnov2011-05-253-4/+28
| * lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-251-0/+2
OpenPOWER on IntegriCloud