summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
| | | | Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (field select readed at the wrong place ...)Michael Niedermayer2002-09-13
| | | | Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced b frames cleanupMichael Niedermayer2002-09-13
| | | | Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-13
| | | | | | 3.2 release. Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
| | | | Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-13
| | | | Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-13
| | | | Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-12
| | | | Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsing resync header extension supportMichael Niedermayer2002-09-12
| | | | Originally committed as revision 931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-12
| | | | Originally committed as revision 930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-12
| | | | Originally committed as revision 929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninitialized var ...Michael Niedermayer2002-09-12
| | | | Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-12
| | | | Originally committed as revision 925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* m4v input supportMichael Niedermayer2002-09-12
| | | | | | return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts from stream if availableMichael Niedermayer2002-09-12
| | | | | | store pts in stream if available (otherwise use frame_rate) Originally committed as revision 923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-12
| | | | Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-12
| | | | Originally committed as revision 918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put/avg_pixels16Michael Niedermayer2002-09-11
| | | | | | fixing 2 small qpel bugs Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-11
| | | | Originally committed as revision 914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at ↵Nikolai Zhubr2002-09-07
| | | | | | hotbox dot ru>) Originally committed as revision 913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream ↵Michael Niedermayer2002-09-07
| | | | | | as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them Originally committed as revision 911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding of the last mpeg "packet" even if no startcode is ↵Michael Niedermayer2002-09-06
| | | | | | | | immedeatly afterwards (fixes bugs with mpeg in avi) new behavior is only activated if CODEC_FLAG_NOT_TRUNCATED is set Originally committed as revision 909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-05
| | | | Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-05
| | | | Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing testsMichael Niedermayer2002-09-05
| | | | Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfaultMichael Niedermayer2002-09-03
| | | | Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-02
| | | | Originally committed as revision 902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing encoding at high QPs (was broken after the dct accuracy increase due ↵Michael Niedermayer2002-09-02
| | | | | | to too small inverse table) Originally committed as revision 901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s -> ranlibMichael Niedermayer2002-09-02
| | | | Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) ↵Henry Mason2002-09-02
| | | | | | with slight modification by me Originally committed as revision 899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-02
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* higher accuracyMichael Niedermayer2002-09-01
| | | | Originally committed as revision 897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct cleanupMichael Niedermayer2002-09-01
| | | | | | | more accurate mmx dct (dont discard bits for fun) fixing mmx quantizer bug for qscale%2==1 (bias was slightly wrong) Originally committed as revision 895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test updateMichael Niedermayer2002-09-01
| | | | | | | | test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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