summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-14
| | | | | | Koleszar <jkoleszar at on2.com>) Originally committed as revision 4743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson2005-12-14
| | | | | | <jkoleszar@on2.com>) Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMåns Rullgård2005-12-12
| | | | Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize some more nal typesLoren Merritt2005-12-11
| | | | Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch adds some support for non-joint stereo streams. It alsoBenjamin Larsson2005-12-11
| | | | | | | removes some fixmes. Patch by Benjamin Larsson Originally committed as revision 4733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rest of missing Reg_* macros to support both AMD-64 style regs and ↵Guillaume Poirier2005-12-10
| | | | | | | | IA32 regs. Not used yet, but should be once the SIMD code to accelerate Snow decoding is merged. Originally committed as revision 4731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SONAME support for shared libsLuca Barbato2005-12-10
| | | | | | patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psnr calculation with threads>1 fixMichael Niedermayer2005-12-07
| | | | Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for samples with fft_order = 7Roberto Togni2005-12-06
| | | | | | | | Fail init for unknown fft order, to prevent an array overflow Output sound high-pitched compared to binary. Sample here http://a1862.g.akamai.net/7/1862/14448/v1/esa.download.akamai.com/13452/qt/ESA_VenusExpress_110K_Stream.mov Originally committed as revision 4724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated fft initRoberto Togni2005-12-06
| | | | Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check block_max_depth (fixes crash)Michael Niedermayer2005-12-03
| | | | Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make selftest code compile againMichael Niedermayer2005-12-03
| | | | Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() cleanupMichael Niedermayer2005-12-02
| | | | | | | fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>) Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier2005-11-21
| | | | | | | | | | the configure system Original thread: Date: Nov 20, 2005 9:25 PM Subject: [PATCH] make dvdsub encoder depend on config variables Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-20
| | | | | | Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-14
| | | | | | | | | | uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, left debugging onAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable ↵Matthieu Castet2005-11-13
| | | | | | comment reading Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for ↵Alex Beregszaszi2005-11-13
| | | | | | Theora 3.4 and stream created by Elphel cameras are decodable. Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-13
| | | | Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mode_code_vlc_table size mismatchAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sse16_sse2() in nsseLoren Merritt2005-11-12
| | | | Originally committed as revision 4688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger2005-11-10
| | | | | | | This is currently not needed since the decoder creates only half of the pixels, but should reduce confusion for people fiddling with it *g* Originally committed as revision 4687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson2005-11-10
| | | | | | | the left half of the frame is painted, but the area that is painted looks correct Originally committed as revision 4686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-10
| | | | Originally committed as revision 4685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert incorrect changeMåns Rullgård2005-11-09
| | | | Originally committed as revision 4683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check MPV_frame_start() return valueMichael Niedermayer2005-11-09
| | | | Originally committed as revision 4682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/log2/av_log2/Steven M. Schultz2005-11-09
| | | | | | patch by Steven M. Schultz <sms at 2bsd com> Originally committed as revision 4681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
| | | | | | | | of the makefiles for libavcodec, libavformat and libavutil. Fixes installing into paths with spaces in them, i.e. Windows. patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no > Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two tables in truemotion1data.h were slightly different from VpVisionKostya Shishkov2005-11-05
| | | | | | | | | source. This patch fixes decoding of some samples from Phantasmagoria 2 (they use delta tables N1, not N0 as the rest of files). patch by the author, Kostya Shishkov < kostya -- dot -- shishkov -- at -- gmail -- dot -- com > Originally committed as revision 4679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame skip fixesMichael Niedermayer2005-11-05
| | | | | | | | fix 16pixel error in comparission fix vbv messup fix unlimited skip intervals, limited by GOP now Originally committed as revision 4678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place qdm2 and truemotion2 in ifdef block so that they can be disabledRoberto Togni2005-11-05
| | | | Originally committed as revision 4676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata endianness commentMichael Niedermayer2005-11-04
| | | | Originally committed as revision 4674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-03
| | | | Originally committed as revision 4673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo fixGuillaume Poirier2005-11-02
| | | | Originally committed as revision 4672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no mixing of code and declarationsMåns Rullgård2005-10-28
| | | | Originally committed as revision 4670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rle_code int everywhere instead of signed char.Matthieu Castet2005-10-28
| | | | | | | | Fixes playback of auth_generator-demo.mov, for rle_code == -128 the assignement rle_code = -rle_code would overflow. Patch by matthieu castet (castet matthieu (at) free fr) Originally committed as revision 4669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-28
| | | | Originally committed as revision 4668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on dropped framesLoren Merritt2005-10-27
| | | | Originally committed as revision 4667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.Loren Merritt2005-10-27
| | | | | | 2-4% overall speedup. Originally committed as revision 4666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.Emiliano Parasassi2005-10-26
| | | | | | | | | patch by Emiliano Parassassi < millallo AH tiscali -- it > Original thread: Date: Mon, 24 Oct 2005 13:03:01 +0200 Subject: [Ffmpeg-devel] [PATCH] avoid registration of decoders if only encoders are choosed Originally committed as revision 4664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-26
| | | | Originally committed as revision 4662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode custom quant matrices.Loren Merritt2005-10-25
| | | | | | based on a patch by anonymous, with optimizations by me. Originally committed as revision 4660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DTS_INC to the CFLAGS for DTS. This is only set by external configureDiego Biurrun2005-10-23
| | | | | | | programs (such as the MPlayer one) and thus somewhat hackish. We already do this for things like MLIB_INC and IPP_INC so it should be acceptable. Originally committed as revision 4659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase version because of QDM2 decoder additionRoberto Togni2005-10-20
| | | | Originally committed as revision 4654 to svn://svn.ffmpeg.org/ffmpeg/trunk