summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-22
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-22
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-21
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-21
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-21
* oma: support for encrypted filesDavid Goldwich2011-09-21
* id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-21
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-20
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-20
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-19
* rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-19
* rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-19
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-19
* oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-17
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-17
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-17
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-17
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-17
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
* matroskadec: fix typo.Dustin Brody2011-09-15
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-15
* lavf utils: Remove write-only variableAlex Converse2011-09-14
* lavf utils: Rename shadowing variableAlex Converse2011-09-14
* Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-12
* Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-12
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-12
* smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-12
* mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11
* mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-11
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-08
* rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-07
* Add LATM muxerKieran Kunhya2011-09-07
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
* libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-04
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-04
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin2011-08-29
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-27
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
* Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun2011-08-26
* xmv: eliminate superfluous zeroing of zero dataSven Hesse2011-08-26
* mp4: Handle non-trivial ES Descriptors.Alex Converse2011-08-25
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov2011-08-22
* avienc: saner default audio codec.Anton Khirnov2011-08-22
* matroskaenc: saner default codecs.Anton Khirnov2011-08-22
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-21