summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* * minor optimalizationZdenek Kabelac2003-03-03
| | | | Originally committed as revision 1618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing inaccurate frame_rateMichael Niedermayer2003-03-01
| | | | Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-02-28
| | | | Originally committed as revision 1615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263(+) clenaup & bugfixesMichael Niedermayer2003-02-28
| | | | Originally committed as revision 1614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing padding bug autodetection for some rare files, closes bug #647941Michael Niedermayer2003-02-28
| | | | Originally committed as revision 1613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ↵Roman Shaposhnik2003-02-27
| | | | | | at sun dot com>) Originally committed as revision 1612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified motion estimation range limitMichael Niedermayer2003-02-27
| | | | | | h263 me range fixed (was smaller then needed) Originally committed as revision 1610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
| | | | Originally committed as revision 1608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DTG active format informationFabrice Bellard2003-02-25
| | | | Originally committed as revision 1605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using const buffers for readingZdenek Kabelac2003-02-24
| | | | Originally committed as revision 1603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * const arraysZdenek Kabelac2003-02-24
| | | | Originally committed as revision 1602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed IMA WAV decoding (though still might not be fully correct)Zdenek Kabelac2003-02-24
| | | | | | * const arrays Originally committed as revision 1601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv v1 tables, as they are essential and the only possible way for ↵Michael Niedermayer2003-02-24
| | | | | | decding of v1 files they very likely cant be copyrighted ... Originally committed as revision 1600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2() "docs"Michael Niedermayer2003-02-24
| | | | Originally committed as revision 1599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round readed bits up to next 32bits, as orginal huffyuv cant handle less ↵Michael Niedermayer2003-02-24
| | | | | | then 32bit blocks Originally committed as revision 1598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
| | | | Originally committed as revision 1596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse incorrect stride < (width+7)&~7 fixMichael Niedermayer2003-02-20
| | | | Originally committed as revision 1594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync with mplayerxp. Fixes some 405.avi related flawsNick Kurshev2003-02-20
| | | | Originally committed as revision 1593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using $(MAKE)Zdenek Kabelac2003-02-18
| | | | Originally committed as revision 1592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 410 -> 420Michael Niedermayer2003-02-18
| | | | Originally committed as revision 1591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * sync with main liba52 sourcesZdenek Kabelac2003-02-18
| | | | Originally committed as revision 1590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * update cleanup rules (Steven M. Schultz)Zdenek Kabelac2003-02-18
| | | | | | | * memaling check (Steven M. Schultz) * unused var removed Originally committed as revision 1589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-02-16
| | | | | | multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) Originally committed as revision 1588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-14
| | | | | | Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* improving parsing of incomplete headersMichael Niedermayer2003-02-14
| | | | Originally committed as revision 1585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * prototypes at one placeZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for qscale==0 (fixes 1/0 on one corrupted stream)Michael Niedermayer2003-02-10
| | | | Originally committed as revision 1574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * check for potentialy problematic field lenZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * opts compilationZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | | | * demo code - awating more comments Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register cyuv with allcodecs.cMike Melanson2003-02-09
| | | | Originally committed as revision 1563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added paletted 8 bit format supportFabrice Bellard2003-02-09
| | | | Originally committed as revision 1560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)Michael Niedermayer2003-02-09
| | | | Originally committed as revision 1559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer2003-02-08
| | | | Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage imagesPhilip Gladstone2003-02-08
| | | | | | | | | when this conversion was used. I suspect that the same bug may be lurking in other conversions. [The assumption was that the linesize was equal to the width for both the source and destination images. This turns out not to be true in some cases.] Originally committed as revision 1556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
| | | | Originally committed as revision 1551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame segfault fix (+-1 bug)Michael Niedermayer2003-02-07
| | | | Originally committed as revision 1549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cliping MVs, i dunno if its correct but it looks better then without itMichael Niedermayer2003-02-04
| | | | Originally committed as revision 1543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx503 decoding fixMichael Niedermayer2003-02-02
| | | | Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle odd image sizes when using subsampled chroma (useful for JPEG images)Fabrice Bellard2003-02-02
| | | | Originally committed as revision 1536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependencies are only build with make dependFabrice Bellard2003-02-01
| | | | Originally committed as revision 1531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and ↵Michael Niedermayer2003-02-01
| | | | | | Colin Leroy <colin at colino dot net>) Originally committed as revision 1526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000lMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugfixMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * headers valid for C++ compilersZdenek Kabelac2003-01-28
| | | | Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk