summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-019-29/+61
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-0111-44/+0
* avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-291-1/+1
* avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-291-1/+1
* http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-281-5/+8
* nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-271-2/+6
* nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-271-10/+0
* Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-272-6/+52
* avformat: Identify anonymous AVIO typedef structs.Dale Curtis2012-09-271-2/+2
* nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun2012-09-261-4/+4
* rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö2012-09-261-2/+2
* rtpdec: Support depacketizing speexDmitry Samonenko2012-09-262-1/+8
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-263-1/+6
* oggparsetheora: make it more robustLuca Barbato2012-09-241-3/+12
* ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer2012-09-241-2/+7
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-243-4/+16
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-2410-5/+34
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-0/+1
* lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-241-8/+17
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-236-2/+151
* smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö2012-09-231-0/+1
* matroskadec: fix a sanity check.Anton Khirnov2012-09-211-1/+1
* matroskadec: only return corrupt packets that actually contain dataAnton Khirnov2012-09-211-1/+1
* lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-211-0/+2
* lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-201-0/+5
* mp3dec: read Xing frame TOC indexAnton Khirnov2012-09-191-1/+57
* mp3dec: use named constants for Xing header flagsAnton Khirnov2012-09-191-2/+5
* mov: support random access point groupingYusuke Nakamura2012-09-192-0/+60
* matroskadec: properly support BlockDurationLuca Barbato2012-09-191-5/+17
* matroskadec: split frame parsingLuca Barbato2012-09-191-130/+158
* matroskadec: split laces parsingLuca Barbato2012-09-191-89/+108
* matroska: implement support for ProResLuca Barbato2012-09-193-4/+24
* matroska: implement support for ALACMoritz Bunkus2012-09-193-0/+24
* matroskadec: validate lace_size when parsedLuca Barbato2012-09-191-7/+16
* matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato2012-09-191-6/+19
* matroskadec: fix incorrect unsigned->signed conversionDale Curtis2012-09-191-1/+1
* matroskadec: refactor matroska_decode_bufferLuca Barbato2012-09-191-21/+28
* matroskadec: check realloc in lzo encodingLuca Barbato2012-09-191-1/+5
* matroska: honor error_recognition on unknown doctypesLuca Barbato2012-09-191-0/+4
* smoothstreaming: Export the mp4 codec tagsMartin Storsjö2012-09-182-1/+3
* mov: check for EOF in long lasting loopsLuca Barbato2012-09-181-16/+56
* flvenc: silence bogus warningBenjamin Larsson2012-09-181-1/+1
* id3v2: strdup the genre name explicitly.Clément Bœsch2012-09-171-7/+4
* lavf/id3v2: do not export empty fields.Clément Bœsch2012-09-171-0/+2
* mov: stsd entries must be at least 16 byteMichael Niedermayer2012-09-161-1/+4
* mov: detect EOF in mov_read_dref()Michael Niedermayer2012-09-161-0/+2
* file: return proper error on seek failuresLuca Barbato2012-09-161-2/+8
* avformat: fix typo in avformat_close_inputLuca Barbato2012-09-151-1/+1
* mp3enc: write Xing TOCAnton Khirnov2012-09-151-20/+120
* mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.Clément Bœsch2012-09-151-7/+17
OpenPOWER on IntegriCloud