summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-08
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-08
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-08
* rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-08
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-07
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-07
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-07
* lavf: add missing '*' in a doxy.Anton Khirnov2012-05-07
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-06
* mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-06
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-06
* rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-05
* rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-05
* rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-05
* rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-05
* rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-05
* rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-05
* rtpdec_h264: Clean up commentsMartin Storsjö2012-05-05
* rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-05
* rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-05
* rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-05
* rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-05
* rtpdec_h264: Return proper error codesMartin Storsjö2012-05-05
* rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-05
* rtpdec_h264: Add input size checksIvan Kovtunov2012-05-05
* ea: check chunk_size for validity.Ronald S. Bultje2012-05-04
* cosmetics: indentationJustin Ruggles2012-05-03
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-03
* avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-03
* mpegts: Some additional HDMV types and reg descriptors for mpegtsJoakim Plate2012-05-03
* mkv: mark corrupted packets and return themLuca Barbato2012-04-29
* mkv: forward EMBL block data errorLuca Barbato2012-04-29
* segment: reorder seg_write_header allocationLuca Barbato2012-04-27
* avio: make avio_close(NULL) a no-opLuca Barbato2012-04-27
* mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura2012-04-27
* mpegts: Make sure we don't return uninitialized packetsMartin Storsjö2012-04-27
* mov: support eac3 audioHendrik Leppkes2012-04-25
* avf: fix faulty check in has_durationLuca Barbato2012-04-25
* isom: Support more DTS codec identifiers.Yusuke Nakamura2012-04-23
* matroska: Clear prev_pkt between seeks.Dale Curtis2012-04-23
* audemux: Add a sanity check for the number of channelsMichael Niedermayer2012-04-23
* matroska: Add incremental parsing of clusters.Dale Curtis2012-04-22
* mpegts: Try seeking back even for nonseekable protocolsMartin Storsjö2012-04-23
* 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