summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* remove wrong assert()Michael Niedermayer2006-02-26
| | | | Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace for loop with 2 asserts()Michael Niedermayer2006-02-26
| | | | Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
| | | | | | | | | | | | | | | values), so the comparison with vs_total_ac_bits is messed up on the first couple loop iterations, leading to AC underflows. the b->prev[] pointers were not being maintained correctly. We potentially have to update b->prev[] both before and after the area whose VLC length is getting adjusted. this also might fix the ppc regression failure? patch by (Dan Maas <dmaas maasdigital com>) Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a memory leak on seeking.Loren Merritt2006-02-25
| | | | Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot EOBs)Michael Niedermayer2006-02-24
| | | | Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
| | | | Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
| | | | | | | | | Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr > Original thread: Date: Nov 1, 2005 7:41 PM Subject: [Ffmpeg-devel] libavcodec help Originally committed as revision 5054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
| | | | | | roman, dont hesitate to reverse this and solve it differntly if you want ... Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-23
| | | | Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-22
| | | | Originally committed as revision 5048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-21
| | | | | | patch by Luca Barbato, lu_zero aatt gentoo ddoott org Originally committed as revision 5046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the ↵Alex Beregszaszi2006-02-21
| | | | | | system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) Originally committed as revision 5045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-21
| | | | Originally committed as revision 5042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-20
| | | | | | | implemented in the DosBox/ZMBV codec either. patch by Konstantin "Kostya" Shishkov Originally committed as revision 5041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass noise reduction option to x264Erik Slagter2006-02-20
| | | | | | patch by Erik Slagter <erik at slagter name> Originally committed as revision 5040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-19
| | | | | | patch by Erik Slagter, erik at slagter .... name Originally committed as revision 5039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
| | | | Originally committed as revision 5035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
| | | | Originally committed as revision 5029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
| | | | | | courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
| | | | Originally committed as revision 5026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
| | | | Originally committed as revision 5022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes when missing framesLoren Merritt2006-02-13
| | | | Originally committed as revision 5019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase audio buffer to 1second of 48khz float audioAlex Beregszaszi2006-02-13
| | | | Originally committed as revision 5013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another set of zlib guardsMike Melanson2006-02-12
| | | | Originally committed as revision 5008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make TSCC endian-safe, PPC testing courtesy of Diego B.Mike Melanson2006-02-12
| | | | Originally committed as revision 5007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
| | | | Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
| | | | | | (suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ↵Alex Beregszaszi2006-02-12
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l typo: forgotten $Diego Biurrun2006-02-11
| | | | Originally committed as revision 4989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
| | | | | | - move vlc tweaking parameters to one place Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
| | | | | | approved by Benjamin Originally committed as revision 4973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
| | | | Originally committed as revision 4971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
| | | | Originally committed as revision 4969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault on broken streamsMichael Niedermayer2006-02-09
| | | | Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in 1.12Loren Merritt2006-02-09
| | | | Originally committed as revision 4965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster loopfilterLoren Merritt2006-02-08
| | | | Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
| | | | Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create adts stream if CODEC_FLAG_GLOBAL_HEADER not setMåns Rullgård2006-02-08
| | | | Originally committed as revision 4956 to svn://svn.ffmpeg.org/ffmpeg/trunk