summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-151-1/+1
* lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
* lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
* Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-121-1/+1
* Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-121-0/+2
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-121-0/+2
* smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-121-1/+6
* mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-111-1/+3
* mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-111-5/+7
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-082-2/+4
* rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-071-1/+7
* Add LATM muxerKieran Kunhya2011-09-074-1/+193
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-072-2/+0
* libx264: add 'partitions' private optionAnton Khirnov2011-09-072-2/+0
* http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-041-0/+2
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-041-6/+6
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-033-1/+14
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-1/+1
* isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-291-5/+12
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-271-12/+34
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-2/+2
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-261-1/+1
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-261-11/+2
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-254-4/+19
* lavf utils: Fix bad indentation.Alex Converse2011-08-231-33/+34
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-2/+2
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-221-0/+12
* avienc: saner default audio codec.Anton Khirnov2011-08-221-1/+5
* matroskaenc: saner default codecs.Anton Khirnov2011-08-221-2/+14
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-211-1/+2
* WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-211-1/+3
* add XMV demuxerSven Hesse2011-08-174-1/+579
* rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-171-8/+8
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+1
* rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-171-4/+7
* matroskaenc: vertical alignment.Anton Khirnov2011-08-161-3/+3
* matroskaenc: implement query_codec()Anton Khirnov2011-08-161-0/+17
* lavf: add avformat_query_codec().Anton Khirnov2011-08-162-0/+32
* flvenc: use int64_t to store offsetsLuca Barbato2011-08-161-1/+1
* Do not write ID3v1 tags by defaultDiogo Franco2011-08-161-1/+4
* mpegts: log into an AVFormatContext rather than MpegTSContext.Alex Converse2011-08-161-2/+2
* movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warningsAnton Khirnov2011-08-161-2/+2
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-155-55/+1
* Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-151-10/+0
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-124-3/+16
* Rename ffserver to avserver.Anton Khirnov2011-08-094-8/+8
* applehttp: fix variant discard logicLuca Barbato2011-08-041-1/+1
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-023-0/+11
* mpegts: Mark wrongly-sized packets as corruptedZohar Kelrich2011-08-021-2/+7
* mpegts: Move scan test to handle_packetsZohar Kelrich2011-08-021-19/+20
OpenPOWER on IntegriCloud