aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-21matroskadec: fix a sanity check.Anton Khirnov
2012-09-21matroskadec: only return corrupt packets that actually contain dataAnton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-19matroskadec: properly support BlockDurationLuca Barbato
2012-09-19matroskadec: split frame parsingLuca Barbato
2012-09-19matroskadec: split laces parsingLuca Barbato
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-19matroskadec: validate lace_size when parsedLuca Barbato
2012-09-19matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: fix incorrect unsigned->signed conversionDale Curtis
2012-09-19matroskadec: refactor matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: check realloc in lzo encodingLuca Barbato
2012-09-19matroska: honor error_recognition on unknown doctypesLuca Barbato
2012-09-18smoothstreaming: Export the mp4 codec tagsMartin Storsjö
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-18flvenc: silence bogus warningBenjamin Larsson
2012-09-17id3v2: strdup the genre name explicitly.Clément Bœsch
2012-09-17lavf/id3v2: do not export empty fields.Clément Bœsch
2012-09-16mov: stsd entries must be at least 16 byteMichael Niedermayer
2012-09-16mov: detect EOF in mov_read_dref()Michael Niedermayer
2012-09-16file: return proper error on seek failuresLuca Barbato
2012-09-15avformat: fix typo in avformat_close_inputLuca Barbato
2012-09-15mp3enc: write Xing TOCAnton Khirnov
2012-09-15mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch
2012-09-15mp3enc: downgrade some errors in writing Xing frame to warningsReimar Döffinger
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-15lavf: cosmetics, reformat av_write_trailer().Anton Khirnov
2012-09-15avio: flush the internal buffer in avio_close()Stefano Sabatini
2012-09-14riff: Add SVQ3 fourccDerek Buitenhuis
2012-09-14avformat: refactor avformat_close_inputLuca Barbato
2012-09-14avformat: simplify avformat_close_inputLuca Barbato
2012-09-13os_support: Choose between direct.h and io.h using a configure checkMartin Storsjö
2012-09-13os_support: Include io.h instead of direct.h on mingw32ceMartin Storsjö
2012-09-12mpegts: check substreams before discardingChristian Schmidt
2012-09-12Add a smooth streaming segmenter muxerMartin Storsjö
2012-09-12file: Add an avoption for disabling truncating existing files on openMartin Storsjö
2012-09-12img2dec: always close AVIOContextsTomas Härdin
2012-09-12rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö
2012-09-12rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö
2012-09-12rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö
2012-09-12rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö