| Commit message (Expand) | Author | Age | Files | Lines |
* | Snow 1pass ratecontrol | Loren Merritt | 2006-05-28 | 1 | -15/+72 |
* | fix mbd bits bug, finally | Baptiste Coudurier | 2006-05-26 | 1 | -1/+1 |
* | Remove all .cvsignore files, they are no longer necessary. | Diego Biurrun | 2006-05-26 | 1 | -6/+0 |
* | Now MPlayer should understand Smacker audio and video codecs. | Kostya Shishkov | 2006-05-17 | 1 | -1/+1 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 3 | -62/+134 |
* | fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. | Guillaume Poirier | 2006-05-16 | 1 | -1/+6 |
* | Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ... | Guillaume Poirier | 2006-05-14 | 1 | -1/+1 |
* | add quicktime uncompressed 8bit 4:2:2 support | Baptiste Coudurier | 2006-05-14 | 1 | -0/+3 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 4 | -16/+29 |
* | remove unused variable | Baptiste Coudurier | 2006-05-13 | 1 | -4/+2 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 7 | -5/+42 |
* | add unaligned16() and unaligned64() | Måns Rullgård | 2006-05-11 | 1 | -10/+19 |
* | Cosmetics. Add the defines needed for debug output. | Benjamin Larsson | 2006-05-11 | 1 | -0/+2 |
* | fix a crash on x86_64 | Loren Merritt | 2006-05-11 | 1 | -1/+1 |
* | fix alac decoder on little endian | Baptiste Coudurier | 2006-05-10 | 1 | -1/+0 |
* | cosmetics (initalize variables where they are used) | Michael Niedermayer | 2006-05-10 | 1 | -5/+4 |
* | decoders should (IMHO) not duplicate frames, the application can do this if i... | Michael Niedermayer | 2006-05-10 | 1 | -4/+2 |
* | allow insane gop sizes if the user doesnt care about playable streams (doesnt... | Michael Niedermayer | 2006-05-09 | 1 | -1/+1 |
* | add outcommented chunk of code to handle stuffing MBs at the end of slices (I... | Michael Niedermayer | 2006-05-08 | 1 | -0/+6 |
* | vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala... | Denes Balatoni | 2006-05-07 | 1 | -1/+3 |
* | make zero motion vector threshold user setable | Michael Niedermayer | 2006-05-07 | 3 | -1/+12 |
* | Further simplify AMR build. | Diego Biurrun | 2006-05-06 | 1 | -6/+3 |
* | reinit quant matrices if pps is overwritten by another of the same pps_id. | Loren Merritt | 2006-05-05 | 1 | -0/+2 |
* | Ignore errors from recursive AMR cleans. | Diego Biurrun | 2006-05-05 | 1 | -2/+2 |
* | Unconditionally clean AMR subdirs. | Diego Biurrun | 2006-05-05 | 1 | -11/+2 |
* | Macosx fix | Luca Barbato | 2006-05-02 | 1 | -3/+3 |
* | d10 decoding fix | Michael Niedermayer | 2006-05-02 | 1 | -2/+5 |
* | clip_uint8 now return an uint8_t so no need to &0xFF | Aurelien Jacobs | 2006-05-01 | 1 | -1/+1 |
* | warn on interlaced streams | Loren Merritt | 2006-04-30 | 1 | -0/+2 |
* | don't force asserts in release builds. 2% faster h264. | Loren Merritt | 2006-04-29 | 2 | -2/+2 |
* | memory leak. | Loren Merritt | 2006-04-28 | 1 | -10/+4 |
* | use previous qscale for intra_dc_threshold check | Michael Niedermayer | 2006-04-28 | 2 | -2/+8 |
* | missmatch control for mpeg2 intra dequantization if bitexact=1 | Michael Niedermayer | 2006-04-28 | 2 | -1/+39 |
* | Revert bad ac3enc commit, the commited code was bigger and slower. | Benjamin Larsson | 2006-04-28 | 2 | -50/+38 |
* | Remove unused and unsupported Cyrix's "Extended MMX", | Zuxy Meng | 2006-04-28 | 2 | -30/+5 |
* | Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. | Diego Biurrun | 2006-04-27 | 1 | -2/+2 |
* | Fix amr_nb-fixed build. | Diego Biurrun | 2006-04-27 | 1 | -6/+2 |
* | Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does | Diego Biurrun | 2006-04-27 | 1 | -5/+5 |
* | cosmetics: Group all AMR variables together, add some newlines. | Diego Biurrun | 2006-04-27 | 1 | -11/+16 |
* | Misplaced CLEANAMR. | Diego Biurrun | 2006-04-27 | 1 | -1/+1 |
* | CLEANAMRWB --> CLEANAMR typo | Diego Biurrun | 2006-04-27 | 1 | -1/+1 |
* | 13% faster inner_add_yblock | Luca Barbato | 2006-04-25 | 1 | -309/+267 |
* | 40% faster decode | Luca Barbato | 2006-04-25 | 1 | -4/+17 |
* | Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. | Uoti Urpala | 2006-04-23 | 1 | -1/+8 |
* | Patch to generate the ac3 window, based on code by Justin Ruggles. | Benjamin Larsson | 2006-04-22 | 2 | -38/+50 |
* | 10l in h264 vismb/vismv (broke on 2006-03-09) | Loren Merritt | 2006-04-21 | 1 | -1/+1 |
* | dtsdec.c copies one input packet at a time to a (static) buffer of size | Uoti Urpala | 2006-04-20 | 1 | -11/+11 |
* | make "size" variable in avpicture_alloc signed, since avpicture_get_size | Reimar Döffinger | 2006-04-19 | 1 | -1/+1 |
* | gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m... | Wolfram Gloger | 2006-04-18 | 1 | -2/+2 |
* | typo in the gcc handmade regalloc trigger | Luca Barbato | 2006-04-16 | 1 | -2/+2 |