summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mkv: mark corrupted packets and return themLuca Barbato2012-04-291-0/+5
* mkv: forward EMBL block data errorLuca Barbato2012-04-291-1/+1
* segment: reorder seg_write_header allocationLuca Barbato2012-04-271-8/+6
* avio: make avio_close(NULL) a no-opLuca Barbato2012-04-271-1/+5
* mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-271-0/+29
* mpegts: Make sure we don't return uninitialized packetsMartin Storsjö2012-04-271-0/+3
* mov: support eac3 audioHendrik Leppkes2012-04-251-0/+1
* avf: fix faulty check in has_durationLuca Barbato2012-04-251-1/+1
* isom: Support more DTS codec identifiers.Yusuke Nakamura2012-04-231-1/+3
* matroska: Clear prev_pkt between seeks.Dale Curtis2012-04-231-0/+1
* audemux: Add a sanity check for the number of channelsMichael Niedermayer2012-04-231-0/+5
* matroska: Add incremental parsing of clusters.Dale Curtis2012-04-221-6/+107
* mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö2012-04-231-1/+1
* mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura2012-04-211-1/+1
* mov: Take stps entries into consideration also about key_off.Yusuke Nakamura2012-04-211-1/+1
* movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse2012-04-201-12/+7
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-201-0/+1
* avio: make AVIOContext.av_class pointer to constMans Rullgard2012-04-181-1/+1
* nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard2012-04-181-2/+6
* matroska: do not set invalid default duration if frame rate is zeroMans Rullgard2012-04-181-1/+1
* mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato2012-04-171-3/+5
* mkv: report average framerate as minimal as wellLuca Barbato2012-04-171-0/+1
* riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles2012-04-171-1/+1
* rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset2012-04-161-8/+18
* rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset2012-04-161-1/+40
* mov: free memory on header parsing failureDale Curtis2012-04-141-33/+35
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-141-0/+1
* mov: Fix detecting there is no sync sample.Yusuke Nakamura2012-04-132-1/+5
* avf: has_duration does not check the global oneLuca Barbato2012-04-131-0/+2
* matroska: Fix leaking memory allocated for laces.Dale Curtis2012-04-121-3/+7
* movenc: Remove a dead initializationAlex Converse2012-04-121-1/+1
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-121-36/+36
* movenc: small refactor mov_write_packetLuca Barbato2012-04-111-27/+32
* movenc: remove redundant checkLuca Barbato2012-04-111-3/+0
* Drop some pointless #ifdefs.Diego Biurrun2012-04-101-2/+0
* nutdec: K&R formatting cosmeticsAsen Lekov2012-04-101-436/+500
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-081-2/+3
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-081-1/+1
* cosmetics: Fix indentationMartin Storsjö2012-04-081-1/+1
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-088-10/+37
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-071-1/+4
* asfdec: Add an option for not searching for the packet markersMartin Storsjö2012-04-071-1/+20
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-061-1/+3
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-0663-156/+174
* rtmp: implement bandwidth notificationRaffaele Sena2012-04-031-0/+16
* rtmp: update supported audio codecs valueSamuel Pitoiset2012-04-031-1/+5
* id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-011-2/+11
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-03-301-7/+8
* oggenc: add pagesize option to set preferred page sizeAndres Gonzalez2012-03-301-2/+25
* output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun2012-03-301-97/+100
OpenPOWER on IntegriCloud