summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chroma decoding fix by KostyaMike Melanson2005-10-16
| | | | Originally committed as revision 4647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpegRoberto Togni2005-10-15
| | | | | | Reversing approved by patch author Originally committed as revision 4646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TM2 fixes by KostyaMike Melanson2005-10-15
| | | | Originally committed as revision 4645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic ↵Giacomo Comes2005-10-14
| | | | | | | | | | POIS edu > Original thread: Date: Oct 6, 2005 4:27 PM Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-14
| | | | Originally committed as revision 4641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-13
| | | | | | Steven Johnson (mplayer -at- sakuraindustries.com) Originally committed as revision 4639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
| | | | Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set_se_golomb can only write 16bits, add a note about this (ok, maybe it's ↵Alex Beregszaszi2005-10-12
| | | | | | brain dead using it with more than 16bits, but..) Originally committed as revision 4635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused CONFIG_AUDIO_NONSHORTAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 mmx weighted prediction. up to 3% overall speedup.Loren Merritt2005-10-09
| | | | Originally committed as revision 4630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore AMR directories.Diego Biurrun2005-10-06
| | | | Originally committed as revision 4629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse2 16x16 sum squared diff (306=>268 cycles on a K8)Loren Merritt2005-09-30
| | | | | | faster 8x8 mmx ssd (77=>70 cycles) Originally committed as revision 4623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 6% faster decode_cabac_residualLoren Merritt2005-09-27
| | | | Originally committed as revision 4618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-27
| | | | | | patch by diane_cartman at gmx dot de. Originally committed as revision 4617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some #ifdef to allow building amr_wb alone.Michel Bardiaux2005-09-24
| | | | | | patch by Michel Bardiaux < mbardiaux -- dot -- mediaxim -- dot -- be > Originally committed as revision 4615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux2005-09-21
| | | | Originally committed as revision 4610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused variable warningsAurelien Jacobs2005-09-21
| | | | Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace a few mov + psrlq with pshufw, there are more cases which could ↵Michael Niedermayer2005-09-21
| | | | | | | | benefit from this but they would require us to duplicate some functions ... the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...) Originally committed as revision 4608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-21
| | | | | | | Here is a patch which frees the rbsp_buffer in decode_end(). patch by (Gábor Kovács | picard / demoscene \ hu) Originally committed as revision 4607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* precautionary checksMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print NULLMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
| | | | | | where it makes more sense. Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts for h.263 decodingMichael Niedermayer2005-09-19
| | | | Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
| | | | Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
| | | | | | | print more likely correct fps not sure if this is formated optimally ... Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
| | | | | | | fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg and MPlayer's broken packetizer (but will not decode right of course). Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more x264 encoding parametersDario Andrade2005-09-14
| | | | | | patch by Dario Andrade <dario at ip tv> Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the people want lower case ...Michael Niedermayer2005-09-12
| | | | Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid stdio.hMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing include noticed by g0thMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
| | | | | | spliting AVOption specific stuff out of avcodec.h into opt.h Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
| | | | Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused table entriesMichael Niedermayer2005-09-10
| | | | | | change non portable table access Originally committed as revision 4574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
| | | | | | | needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
| | | | Originally committed as revision 4571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log in debug modeAlex Beregszaszi2005-09-07
| | | | Originally committed as revision 4570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk