summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* | Add reading of disc number to mov.cReuben Thomas2011-05-25
* | Fix end time of last chapter in compute_chapters_end().John Stebbins2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * rtsp: use strtoul to parse rtptime and seq values.Ilya2011-05-24
| * ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos2011-05-24
* | matroska: improve declaration of video_stereo_* constant tablesAurelien Jacobs2011-05-24
* | matroskadec: fix reverted condition to accept combine_plane operationAurelien Jacobs2011-05-24
* | wav: fix various printf warnings related to wrong argument typeStefano Sabatini2011-05-24
* | wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini2011-05-24
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* | matroska: cleanup handling of video stereo modeAurelien Jacobs2011-05-24
* | oggdec: use av_dlog()Stefano Sabatini2011-05-24
* | movdec: dont divide by zero when stts_data[0].duration = 0.Michael Niedermayer2011-05-22
* | lavf: fix style for avformat_alloc_output_context2()Stefano Sabatini2011-05-22
* | lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
| * avio: document buffer must created with av_malloc() and friendsCan Wu2011-05-21
| * avio: check AVIOContext malloc failureCan Wu2011-05-21
* | matroska: switch stereo mode from int to string and add support in the demuxe...Kirill Gavrilov2011-05-21
* | matroska: cosmeticsKirill Gavrilov2011-05-21
* | Create a stereo_mode metadata tag to specify the stereo 3d video layout using...Alok Ahuja2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-21
|\|
| * mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-20
* | Add a flag to disable side data merging.Michael Niedermayer2011-05-21
* | Merge/split side data.Michael Niedermayer2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-20
|\|
| * Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-19
| * asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-19
* | ReindentMartin Storsjö2011-05-20
* | rtpenc_chain: Pass the MP4A_LATM flag to chained muxersMartin Storsjö2011-05-20
* | rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-05-20