aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2012-05-08sctp: Initial tcp-alike sctp support with streamsLuca Barbato
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-05-08rtsp: Add content-type message header parsingJordi Ortiz
2012-05-08rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset
2012-05-07dv: Split profile handling code into a separate file.Diego Biurrun
2012-05-07flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov
2012-05-07mov: Remove write-only variable in mov_read_chan().Diego Biurrun
2012-05-07lavf: add missing '*' in a doxy.Anton Khirnov
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-05-06mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau
2012-05-06rtsp: avoid const warnings from strtol() callMans Rullgard
2012-05-05rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö
2012-05-05rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö
2012-05-05rtpdec_h264: Reorder code blocksMartin Storsjö
2012-05-05rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö
2012-05-05rtpdec_h264: Cleanup debug packet type countingMartin Storsjö
2012-05-05rtpdec_h264: Cosmetic cleanupMartin Storsjö
2012-05-05rtpdec_h264: Clean up commentsMartin Storsjö
2012-05-05rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö
2012-05-05rtpdec_h264: Remove a useless ifdefMartin Storsjö
2012-05-05rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö
2012-05-05rtpdec_h264: Remove useless memory corruption checksMartin Storsjö
2012-05-05rtpdec_h264: Return proper error codesMartin Storsjö
2012-05-05rtpdec_h264: Check the available data length before readingMartin Storsjö
2012-05-05rtpdec_h264: Add input size checksIvan Kovtunov
2012-05-04ea: check chunk_size for validity.Ronald S. Bultje
2012-05-03cosmetics: indentationJustin Ruggles
2012-05-03avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles
2012-05-03avformat: remove a workaround for broken timestampsJustin Ruggles
2012-05-03mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate
2012-04-29mkv: mark corrupted packets and return themLuca Barbato
2012-04-29mkv: forward EMBL block data errorLuca Barbato
2012-04-27segment: reorder seg_write_header allocationLuca Barbato
2012-04-27avio: make avio_close(NULL) a no-opLuca Barbato
2012-04-27mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura
2012-04-27mpegts: Make sure we don't return uninitialized packetsMartin Storsjö
2012-04-25mov: support eac3 audioHendrik Leppkes
2012-04-25avf: fix faulty check in has_durationLuca Barbato
2012-04-23isom: Support more DTS codec identifiers.Yusuke Nakamura
2012-04-23matroska: Clear prev_pkt between seeks.Dale Curtis
2012-04-23audemux: Add a sanity check for the number of channelsMichael Niedermayer
2012-04-22matroska: Add incremental parsing of clusters.Dale Curtis
2012-04-23mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö
2012-04-21mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura
2012-04-21mov: Take stps entries into consideration also about key_off.Yusuke Nakamura
2012-04-20movenc: Support high sample rates in isomedia formats by setting the sample r...Alex Converse
2012-04-20avcodec: add a cook parser to get subpacket durationJustin Ruggles
2012-04-18avio: make AVIOContext.av_class pointer to constMans Rullgard
2012-04-18nutdec: add malloc check and fix const to non-const conversion warningsMans Rullgard