summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* some checks to avoid segfaults if the decoder is feeded with junkMichael Niedermayer2003-04-11
| | | | Originally committed as revision 1757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (mpeg2 decoding fixed)Michael Niedermayer2003-04-11
| | | | Originally committed as revision 1756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (adaptve quant fix)Michael Niedermayer2003-04-11
| | | | Originally committed as revision 1752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" ↵Sascha Sommer2003-04-10
| | | | | | <saschasommer at freenet dot de>) Originally committed as revision 1749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-10
| | | | Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer2003-04-10
| | | | | | | | | | | instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frames + slices bugfixMichael Niedermayer2003-04-10
| | | | Originally committed as revision 1745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer2003-04-10
| | | | Originally committed as revision 1744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some checks to avoid segfaultMichael Niedermayer2003-04-07
| | | | Originally committed as revision 1740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pict_type & quality fixMichael Niedermayer2003-04-06
| | | | Originally committed as revision 1739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at ↵Richard Hodges2003-04-06
| | | | | | matriplex dot com>) Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for buggy (?) g++ (bailling out for beosaudio.cpp)François Revol2003-04-05
| | | | Originally committed as revision 1736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #ifdef TRACE printf() -> tprintf()Michael Niedermayer2003-04-05
| | | | Originally committed as revision 1735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multiple reference frames supportMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan ↵Michael Niedermayer2003-04-04
| | | | | | at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mem corruptionMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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