summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-135-75/+177
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-131-19/+19
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-131-0/+5
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-122-7/+14
* parsing resync header extension supportMichael Niedermayer2002-09-121-17/+8
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-121-2/+11
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-121-1/+1
* uninitialized var ...Michael Niedermayer2002-09-121-2/+3
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-123-15/+26
* m4v input supportMichael Niedermayer2002-09-121-7/+24
* export pts from stream if availableMichael Niedermayer2002-09-122-6/+16
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-122-2/+2
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-122-4/+4
* put/avg_pixels16Michael Niedermayer2002-09-118-399/+958
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-112-1/+5
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot...Nikolai Zhubr2002-09-071-2/+2
* optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream a...Michael Niedermayer2002-09-071-14/+152
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-062-4/+15
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-051-3/+15
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-051-1/+1
* fixing testsMichael Niedermayer2002-09-053-20/+20
* fixing segfaultMichael Niedermayer2002-09-031-1/+1
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-021-4/+3
* fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer2002-09-021-5/+5
* ar -s -> ranlibMichael Niedermayer2002-09-021-1/+2
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) wit...Henry Mason2002-09-021-3/+6
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-026-15/+31
* higher accuracyMichael Niedermayer2002-09-011-2/+4
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-015-0/+160
* dct cleanupMichael Niedermayer2002-09-016-24/+26
* dct-test updateMichael Niedermayer2002-09-014-36/+259
* dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot lei...Lennert Buytenhek2002-09-011-5/+0
* be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv d...Lennert Buytenhek2002-09-011-8/+8
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-012-13/+40
* bitexact hack for the simple mmx idctMichael Niedermayer2002-08-311-0/+26
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-304-4/+18
* undefined M_PI / M_E fixMichael Niedermayer2002-08-302-0/+12
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-302-0/+4
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-2910-25/+340
* use extradata for h263_long_vector mode detectionMichael Niedermayer2002-08-281-6/+23
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-284-0/+168
* working around undefined behavior of get-vlc if the vlc s invalidMichael Niedermayer2002-08-281-18/+18
* fixes rv10 decoding crashMichael Niedermayer2002-08-281-1/+8
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-08-284-5/+5
* mpeg4 interlaced decoding support (not completly implemented/tested due to la...Michael Niedermayer2002-08-272-59/+117
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-263-2/+12
* fixing some 64bit bugsMichael Niedermayer2002-08-262-4/+4
* forgot the const bits in 2pass curve matching (patch (with rounding removed) ...Michael Niedermayer2002-08-261-2/+2
* fixing qmin==qmax && qsquish==1Michael Niedermayer2002-08-251-2/+4
* NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)Rémi Guyomarch2002-08-251-0/+4
OpenPOWER on IntegriCloud