summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clarify LGPL and GPL licensing of FFmpeg.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better explain how to split patches into individualDiego Biurrun2007-08-13
| | | | | | self-contained pieces. Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
| | | | | | | | | Necessary for systems that don't align by default to 16 bytes, required by some SSE instructions. Requires GCC >= 4.2. Based on patch by Gaƫl Chardon. Originally committed as revision 10106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special handling for vp3 idct, use the c referenceMarc Hoffman2007-08-13
| | | | Originally committed as revision 10105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver -h exit 0.Stefano Sabatini2007-08-13
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make native and libnut NUT muxers mutually exclusive.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
| | | | | | | Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name); Thread [PATCH] handle WavPack stream version 0x410 Originally committed as revision 10101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename flag for consistency with the next commitKostya Shishkov2007-08-13
| | | | Originally committed as revision 10100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
| | | | Originally committed as revision 10099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRId64 in seek testDavid Conrad2007-08-13
| | | | Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix type 3 aka skipped blocks for old versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix motion vectors for old versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmt properly depending on versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use version instead of some random 32bit value to switch between 16 andMichael Niedermayer2007-08-13
| | | | | | 32bit versions (this is more reliable, the old code failed on some files) Originally committed as revision 10094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer2007-08-13
| | | | | | 4xm video version from the demuxer Originally committed as revision 10093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export 4xm video versionMichael Niedermayer2007-08-13
| | | | Originally committed as revision 10092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer2007-08-12
| | | | Originally committed as revision 10091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-12
| | | | | | | | | | part 1 of h264 luma interpolation 8x8 for altivec contributed by Mauricio Alvarez % lokifo A gmail P com % Original thread: Date: Jun 26, 2007 8:15 PM Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec Originally committed as revision 10090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add second vlc tableMichael Niedermayer2007-08-12
| | | | | | | pfr* of Toy-Story2_better-image-quality.4xa are decoded now without bitstream errors Originally committed as revision 10089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for old flac in oggMichael Niedermayer2007-08-12
| | | | | | | fixes samples.mplayerhq.hu/flac/Yesterday.ogg closes issue73 Originally committed as revision 10088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring the alphabetical order (this time with case ignored)Roman Shaposhnik2007-08-12
| | | | Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also check for closesocket in winsock2.hRamiro Polla2007-08-12
| | | | Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-12
| | | | Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't check the return value of decode_cabac_residual since it alwaysAlexander Strange2007-08-12
| | | | | | | | | | returns 0. This leads to a 0.4% speed-up. Patch by Alexander Strange astrange at_ ithinksw dot com Original thread: Date: Aug 11, 2007 11:44 PM Subject: [FFmpeg-devel] [PATCH] h264: don't check decode_cabac_residual return Originally committed as revision 10084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
| | | | | | Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more usage of av_clip()Aurelien Jacobs2007-08-11
| | | | Originally committed as revision 10082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one more simplificationAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roqMichael Niedermayer2007-08-11
| | | | | | closes issue78 Originally committed as revision 10079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set dts in tta demuxerDavid Conrad2007-08-11
| | | | Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure av_noinline is always definedAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cola for diegoMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale in MinGW vhooks only if swscale was configured.Ramiro Polla2007-08-11
| | | | | | Copied from Cygwin configure. Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
| | | | Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-version exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-license exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, found by odedMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is debug not infoMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer2007-08-10
| | | | | | | pix_fmt changed fixes heap overflow, possibly exploitable Originally committed as revision 10064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 120 interlaced supportBaptiste Coudurier2007-08-10
| | | | Originally committed as revision 10063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000l (forgotten return)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk