summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-062-4/+7
* mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-061-0/+6
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-061-5/+6
* rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-051-4/+4
* rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-051-1/+1
* rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-051-16/+15
* rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-051-9/+9
* rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-051-66/+71
* rtpdec_h264: Clean up commentsMartin Storsjö2012-05-051-22/+29
* rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-051-1/+1
* rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-051-2/+0
* rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-051-21/+7
* rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-051-23/+1
* rtpdec_h264: Return proper error codesMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Add input size checksIvan Kovtunov2012-05-051-3/+13
* ea: check chunk_size for validity.Ronald S. Bultje2012-05-041-1/+6
* cosmetics: indentationJustin Ruggles2012-05-031-9/+10
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-031-0/+3
* avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-031-9/+0
* mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2012-05-031-0/+6
* 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
OpenPOWER on IntegriCloud