summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
| | | | Originally committed as revision 10002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
| | | | Originally committed as revision 10001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
| | | | Originally committed as revision 9997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy get_unary from vc1Alex Beregszaszi2007-08-08
| | | | Originally committed as revision 9994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningCarl Eugen Hoyos2007-08-08
| | | | | | patch by Carl Eugen Hoyos [cehoyos * ag or at] Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-07
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable the native AC-3 decoderJustin Ruggles2007-08-07
| | | | Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
| | | | Originally committed as revision 9962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic, indentationBaptiste Coudurier2007-08-06
| | | | Originally committed as revision 9960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
| | | | Originally committed as revision 9955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
| | | | Originally committed as revision 9954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
| | | | Originally committed as revision 9953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dialogue normalizationJustin Ruggles2007-08-05
| | | | Originally committed as revision 9948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper license headerReimar Döffinger2007-08-05
| | | | Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk