summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-deve...Michael Niedermayer2005-07-10
* Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer2005-07-09
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-02
* parenthesing to avoid compiler errors in the future - compared asm outputs, b...Alex Beregszaszi2005-07-02
* print 'not working' messageAlex Beregszaszi2005-07-02
* 1lAlex Beregszaszi2005-07-02
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret2005-07-01
* off by 1 error bugfixMichael Niedermayer2005-06-29
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin2005-06-28
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver2005-06-28
* support extracting sps/pps from bitstream and putting it in extradataMichael Niedermayer2005-06-28
* fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0Michael Niedermayer2005-06-28
* check mb_yMichael Niedermayer2005-06-27
* keep decoding nal units after an errorMichael Niedermayer2005-06-27
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
* tiny docs improvement which i apparebtly forgot to commitMichael Niedermayer2005-06-26
* GCC4 fixGuillaume Poirier2005-06-23
* make decoder a little bit more tolerant to missing NAL unitsMichael Niedermayer2005-06-19
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
* spelling fixesDiego Biurrun2005-06-17
* H.264 lossless modeLoren Merritt2005-06-17
* non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bit...Ronald S. Bultje2005-06-09
* typo in cabac tablesLoren Merritt2005-06-08
* apiexample fix by (Chip: szarlada, freemail hu)Michael Niedermayer2005-06-07
* uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)Michael Niedermayer2005-06-07
* 10l (dont read variables before they have been set)Michael Niedermayer2005-06-05
* remove mixed code/declarationsMåns Rullgård2005-06-04
* subtitle codec type supportFabrice Bellard2005-06-03
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
* adding a few constMichael Niedermayer2005-06-01
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-01
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
* 10l (symbol mangling)Loren Merritt2005-06-01
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
* more trivial optimizationsMichael Niedermayer2005-05-30
* enable x264 multi-threadingMåns Rullgård2005-05-30
* maxdepth is supposed to be a constant, its faster if its too large then if it...Michael Niedermayer2005-05-30
* optimizationsMichael Niedermayer2005-05-30
* faster float->short conversationMichael Niedermayer2005-05-30
* ilog() -> av_log2()Michael Niedermayer2005-05-29
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
* decode h264 end-of-slice flagLoren Merritt2005-05-29
* cleanupMichael Niedermayer2005-05-26