aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg version should be "CVS"Michael Niedermayer2005-07-141-1/+1
* check len (should fix #1165694)Michael Niedermayer2005-07-111-1/+2
* fix segfault (bug #1165640)Michael Niedermayer2005-07-111-0/+2
* fix infinite loop (suggested change by rjayne at convera dot com)Michael Niedermayer2005-07-111-0/+3
* fix decoding of (broken) files with f_code=0Michael Niedermayer2005-07-111-3/+7
* segfault fixMichael Niedermayer2005-07-111-0/+2
* patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-deve...Michael Niedermayer2005-07-101-0/+1
* Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer2005-07-091-2/+2
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-021-1/+1
* parenthesing to avoid compiler errors in the future - compared asm outputs, b...Alex Beregszaszi2005-07-021-2/+2
* print 'not working' messageAlex Beregszaszi2005-07-021-0/+2
* 1lAlex Beregszaszi2005-07-021-3/+1
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret2005-07-012-0/+6
* off by 1 error bugfixMichael Niedermayer2005-06-291-4/+8
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin2005-06-285-4/+29
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver2005-06-281-1/+1
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-281-0/+33
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-281-1/+1
* check mb_yMichael Niedermayer2005-06-271-0/+3
* keep decoding nal units after an errorMichael Niedermayer2005-06-271-2/+7
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-272-3/+3
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-272-1/+69
* tiny docs improvement which i apparebtly forgot to commitMichael Niedermayer2005-06-261-3/+10
* GCC4 fixGuillaume Poirier2005-06-231-2/+2
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-191-5/+11
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-192-26/+45
* spelling fixesDiego Biurrun2005-06-178-54/+54
* H.264 lossless modeLoren Merritt2005-06-173-27/+90
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit...Ronald S. Bultje2005-06-091-1/+1
* typo in cabac tablesLoren Merritt2005-06-081-3/+3
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-071-0/+1
* uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer2005-06-071-1/+1
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-051-12/+12
* remove mixed code/declarationsMåns Rullgård2005-06-041-4/+5
* subtitle codec type supportFabrice Bellard2005-06-036-3/+933
* decode H.264 with 8x8 transform.Loren Merritt2005-06-025-63/+693
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-024-886/+917
* adding a few constMichael Niedermayer2005-06-0116-61/+61
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-011-4/+4
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-011-1/+2
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-011-7/+13
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-011-17/+15
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-012-11/+22
* 10l (symbol mangling)Loren Merritt2005-06-011-7/+7
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-011-2/+3
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-312-0/+90
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-302-10/+15
* more trivial optimizationsMichael Niedermayer2005-05-301-27/+27
* enable x264 multi-threadingMåns Rullgård2005-05-301-0/+2
* maxdepth is supposed to be a constant, its faster if its too large then if it...Michael Niedermayer2005-05-301-7/+7