summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* 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
* lavf: initialize demuxer private options.Anton Khirnov2011-05-26
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-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
* 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
* 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
* mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-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
* lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-17
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* flvdec: clenup debug codeAlex Converse2011-05-17
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-17
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17
* asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-17
* asfdec: fallback to binary search internallyVladimir Pantelic2011-05-17
* movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-13
* rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-13
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-12
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-12
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-12
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-12
* mov: Support edit list atom version 1.Yusuke Nakamura2011-05-12