summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add LATM demuxerJanne Grunau2011-09-224-2/+15
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-40/+5
* mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
* oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
* id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-212-38/+270
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-201-3/+19
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-201-3/+5
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-191-1/+1
* rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-191-26/+31
* rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-191-1/+2
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-171-2/+12
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-171-1/+2
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-174-17/+34
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-173-15/+15
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-171-4/+5
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
* 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
OpenPOWER on IntegriCloud