summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot ↵Lennert Buytenhek2002-09-01
| | | | | | leidenuniv dot nl>) Originally committed as revision 890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv ↵Lennert Buytenhek2002-09-01
| | | | | | dot nl>) Originally committed as revision 889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
| | | | Originally committed as revision 888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitexact hack for the simple mmx idctMichael Niedermayer2002-08-31
| | | | Originally committed as revision 886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at ↵Martin Olschewski2002-08-30
| | | | | | zpr dot uni-koeln dot de>) Originally committed as revision 882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefined M_PI / M_E fixMichael Niedermayer2002-08-30
| | | | Originally committed as revision 881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
| | | | | | | | - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slow but accurate integer dct from IJG (should be ok with the LGPL as the ↵Michael Niedermayer2002-08-29
| | | | | | | | old DCT is the fast integer DCT from IJG) per context DCT selection Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use extradata for h263_long_vector mode detectionMichael Niedermayer2002-08-28
| | | | Originally committed as revision 876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at ↵Brian Foley2002-08-28
| | | | | | compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* working around undefined behavior of get-vlc if the vlc s invalidMichael Niedermayer2002-08-28
| | | | | | | more debug output by default for errors (so we can see immedeatly whats wrong on bugreports) guess long_vectors mode Originally committed as revision 874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes rv10 decoding crashMichael Niedermayer2002-08-28
| | | | Originally committed as revision 873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-28
| | | | Originally committed as revision 872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 interlaced decoding support (not completly implemented/tested due to ↵Michael Niedermayer2002-08-27
| | | | | | lack of samples) Originally committed as revision 870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-26
| | | | Originally committed as revision 869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some 64bit bugsMichael Niedermayer2002-08-26
| | | | Originally committed as revision 867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot the const bits in 2pass curve matching (patch (with rounding removed) ↵Michael Niedermayer2002-08-26
| | | | | | by Rémi Guyomarch <rguyom at pobox dot com>) Originally committed as revision 866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing qmin==qmax && qsquish==1Michael Niedermayer2002-08-25
| | | | Originally committed as revision 865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)Rémi Guyomarch2002-08-25
| | | | Originally committed as revision 864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new ratecontrol codeMichael Niedermayer2002-08-25
| | | | | | sadly there are no (unsigned) int left in AVCodecContext so this breaks shared libavcodec libs :( Originally committed as revision 863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new ratecontrol codeMichael Niedermayer2002-08-25
| | | | Originally committed as revision 862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment needs the mbintra_table so it should allways be allocatedMichael Niedermayer2002-08-24
| | | | Originally committed as revision 861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster ff_sqrt()Michael Niedermayer2002-08-22
| | | | Originally committed as revision 859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better scene change detectionMichael Niedermayer2002-08-22
| | | | Originally committed as revision 858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont trash mm0, its still used in the next iteration of the loop (fixes ↵Michael Niedermayer2002-08-20
| | | | | | strange horizontal lines on some blocks in b frames on mmx only cpus) Originally committed as revision 855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* same dc skip behavior for chroma & luma elimination, its confusing otherwise ↵Michael Niedermayer2002-08-18
| | | | | | imho Originally committed as revision 854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip blocks with small chroma dc too (if the user wants it) needed to avoid ↵Michael Niedermayer2002-08-17
| | | | | | IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 Originally committed as revision 853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-13
| | | | | | | | creating $(prefix)/bin and $(prefix)/lib improved linking libavcodec.so -> libavcodec-$(VERSION).so ldconfig does not rise an error on not beeing root when installing Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * resync without endless loopZdenek Kabelac2002-08-09
| | | | Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster vlc table selectionMichael Niedermayer2002-08-09
| | | | Originally committed as revision 848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
| | | | Originally committed as revision 844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
| | | | Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing level overflow check for qp=1Michael Niedermayer2002-08-05
| | | | Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully fixing unreprodceable segfault when overreading the end if ↵Michael Niedermayer2002-08-04
| | | | | | error_resilience==-1 (it didnt overread here though) Originally committed as revision 841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-04
| | | | Originally committed as revision 840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting rare overflow mess even with error_resilience>=0Michael Niedermayer2002-08-04
| | | | Originally committed as revision 839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making some error checks optionalMichael Niedermayer2002-08-04
| | | | Originally committed as revision 838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last_picture should be never == NULL (it was with dr1) this might fix a ↵Michael Niedermayer2002-08-04
| | | | | | segfault with error concealment Originally committed as revision 837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
| | | | Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing normal mmx idctMichael Niedermayer2002-08-02
| | | | Originally committed as revision 835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-01
| | | | Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max_b_frame=4 bugfixMichael Niedermayer2002-08-01
| | | | Originally committed as revision 833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-31
| | | | Originally committed as revision 832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
| | | | Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-27
| | | | Originally committed as revision 827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-27
| | | | Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
| | | | Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
| | | | Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added proposed API for parse_only mode to extract compressed frames from ↵Fabrice Bellard2002-07-25
| | | | | | compressed streams Originally committed as revision 810 to svn://svn.ffmpeg.org/ffmpeg/trunk