summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* fix psp muxing (probably this fix is wrong but its better then nothing)Michael Niedermayer2005-03-27
| | | | Originally committed as revision 4086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Winnov WNV1 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-03-26
| | | | Originally committed as revision 4083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bypass internal buffer for "large" packetsMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* discard dummy packets before doing inapropriate checks on them and failing ↵Michael Niedermayer2005-03-24
| | | | | | as a result Originally committed as revision 4078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT ↵François Revol2005-03-23
| | | | | | gmail DOT com>" Originally committed as revision 4068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix time stored in movMichael Niedermayer2005-03-23
| | | | | | based upon 23_fix_timestamp_in_mov.patch by (Calcium | calcium nurs or jp) Originally committed as revision 4067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix a few minor values in the mp4/mov muxerMichael Niedermayer2005-03-23
| | | | Originally committed as revision 4063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initalize has_b_framesMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_size fixMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup strh parserMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont link with libavcodec twice on win32Michael Niedermayer2005-03-15
| | | | Originally committed as revision 4039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non interleaved avi supportMichael Niedermayer2005-03-15
| | | | | | various fixes/workarounds Originally committed as revision 4038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "put_s should store signed values. Spotted on #mplayerdev by someone ILuca Barbato2005-03-13
| | | | | | don't remember." patch by (Luca Barbato [lu_zero gentoo org) Originally committed as revision 4035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>François Revol2005-03-12
| | | | Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III2005-03-11
| | | | | | | "A small patch to avoid error compiling matroska.c on mingw" My comment: using typedefs for things like this is always ridiculous. Originally committed as revision 4031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uuid patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-11
| | | | Originally committed as revision 4030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix lib order and remove nonsense avcodec double linkingMichael Niedermayer2005-03-11
| | | | Originally committed as revision 4029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-09
| | | | | | "This free is handled in av_write_trailer() since Oct 1 2004, but apparently mpegts was missed at the time." Originally committed as revision 4023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru ↵Måns Rullgård2005-03-06
| | | | | | inprovide com) Originally committed as revision 4014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
| | | | | | | decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4a fix based on some code by (Song.Itany inventec-inc com)Michael Niedermayer2005-03-04
| | | | Originally committed as revision 4002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* go LOCO, courtesy of Kostya ShishkovMike Melanson2005-03-01
| | | | Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block alignMichael Niedermayer2005-02-28
| | | | Originally committed as revision 3993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer2005-02-28
| | | | Originally committed as revision 3992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pseudo codec tag for adpcm_swfAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper handling of samplesizeAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch MPEG4 fourcc to FMP4Michael Niedermayer2005-02-22
| | | | Originally committed as revision 3972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support adpcm audio, also some more verbose messagesAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-16
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense commentMichael Niedermayer2005-02-16
| | | | Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Writing to freed memory in write_section_data() patch by (Wolfram Gloger ↵Wolfram Gloger2005-02-16
| | | | | | <wmglo dent dot med dot uni-muenchen de>) Originally committed as revision 3957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss2005-02-09
| | | | Originally committed as revision 3953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio duration fix?Michael Niedermayer2005-02-08
| | | | Originally committed as revision 3952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .wmaMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk