summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura2012-04-21
* mov: Take stps entries into consideration also about key_off.Yusuke Nakamura2012-04-21
* movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse2012-04-20
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-20
* avio: make AVIOContext.av_class pointer to constMans Rullgard2012-04-18
* nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard2012-04-18
* matroska: do not set invalid default duration if frame rate is zeroMans Rullgard2012-04-18
* mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato2012-04-17
* mkv: report average framerate as minimal as wellLuca Barbato2012-04-17
* riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles2012-04-17
* rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset2012-04-16
* rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset2012-04-16
* mov: free memory on header parsing failureDale Curtis2012-04-14
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-14
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-13
* avf: has_duration does not check the global oneLuca Barbato2012-04-13
* matroska: Fix leaking memory allocated for laces.Dale Curtis2012-04-12
* movenc: Remove a dead initializationAlex Converse2012-04-12
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-12
* movenc: small refactor mov_write_packetLuca Barbato2012-04-11
* movenc: remove redundant checkLuca Barbato2012-04-11
* Drop some pointless #ifdefs.Diego Biurrun2012-04-10
* nutdec: K&R formatting cosmeticsAsen Lekov2012-04-10
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-08
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-08
* cosmetics: Fix indentationMartin Storsjö2012-04-08
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-07
* asfdec: Add an option for not searching for the packet markersMartin Storsjö2012-04-07
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-06
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* rtmp: implement bandwidth notificationRaffaele Sena2012-04-03
* rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-03
* id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-01
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-03-30
* oggenc: add pagesize option to set preferred page sizeAndres Gonzalez2012-03-30
* output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun2012-03-30
* avf: make the example output the proper messageLuca Barbato2012-03-29
* avf: fix audio writing in the output-exampleLuca Barbato2012-03-29
* mov: don't overwrite existing indexes.Ronald S. Bultje2012-03-29
* id3v2: add another mimetype for JPEG imageKostya Shishkov2012-03-29
* asf: only set index_read if the index contained entries.Ronald S. Bultje2012-03-28
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles2012-03-27
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
* westwood_vqa: set video stream durationPaul B Mahol2012-03-27
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-27
* mpegts: Fix dead error checksAlex Converse2012-03-26
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-26