summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 10lMichael Niedermayer2003-04-02
| | | | Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-02
| | | | Originally committed as revision 1724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-01
| | | | Originally committed as revision 1723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-31
| | | | Originally committed as revision 1722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2003-03-31
| | | | Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 slice encoding supportMichael Niedermayer2003-03-30
| | | | Originally committed as revision 1720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-30
| | | | Originally committed as revision 1719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster C linear blend & interpolate deinterlacersMichael Niedermayer2003-03-29
| | | | Originally committed as revision 1716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing cliping of c deinterlacersMichael Niedermayer2003-03-29
| | | | | | 5 tap lowpass deinterlacer Originally committed as revision 1715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-28
| | | | Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)Sebastien Bechet2003-03-26
| | | | Originally committed as revision 1710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug stuff only for DEBUG :)François Revol2003-03-26
| | | | Originally committed as revision 1708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster hadamard transformMichael Niedermayer2003-03-26
| | | | Originally committed as revision 1707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-26
| | | | Originally committed as revision 1706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* binary compatibility fix (workaround for r.147, r.148)Nick Kurshev2003-03-24
| | | | Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable quantizer biasMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* binary compatibility fixMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream tracing supportMichael Niedermayer2003-03-21
| | | | Originally committed as revision 1698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by ↵Leon van Stuivenberg2003-03-21
| | | | | | (Leon van Stuivenberg <leonvs at iae dot nl>) Originally committed as revision 1697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better non conformant divx packed bitstream detection, so unpacked (no b ↵Michael Niedermayer2003-03-20
| | | | | | frames) divx MPEG4-ES streams can be read Originally committed as revision 1695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
| | | | Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg ↵Leon van Stuivenberg2003-03-18
| | | | | | <leonvs at iae dot nl>) Originally committed as revision 1691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qmin/qmax cleanupMichael Niedermayer2003-03-17
| | | | Originally committed as revision 1689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-17
| | | | Originally committed as revision 1688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic decoding cleanupMichael Niedermayer2003-03-16
| | | | Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaner & more flexible edge bug workaroundMichael Niedermayer2003-03-15
| | | | Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* halfpel MC doxyMichael Niedermayer2003-03-15
| | | | Originally committed as revision 1684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-03-14
| | | | Originally committed as revision 1683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing cut&paste bugZdenek Kabelac2003-03-14
| | | | Originally committed as revision 1682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rvlc decoding supportMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* /me should really learn doxygen :)François Revol2003-03-12
| | | | Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added more optionsZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmetic doc fixZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
| | | | | | * added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-11
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 'externaly' visible option list begins avoptions_ prefixZdenek Kabelac2003-03-10
| | | | | | * fixed FLAG AVOption Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* even more fixesMichael Niedermayer2003-03-10
| | | | Originally committed as revision 1660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oooooops - sorry for this one - wrong logicZdenek Kabelac2003-03-10
| | | | | | | empty dsp_mask - no change FORCE - add, no FORCE - enabled bits are masked out Originally committed as revision 1659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fixesMichael Niedermayer2003-03-10
| | | | Originally committed as revision 1658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fixesMichael Niedermayer2003-03-10
| | | | Originally committed as revision 1657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bug workaroundMichael Niedermayer2003-03-10
| | | | Originally committed as revision 1656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* looks better IMHOMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk