2006-06-21 |
Luca Barbato | fix 24bit flac support, revised from Thibaut Mattern... |
tree | commitdiff |
2006-06-20 |
Luca Barbato | Make gcc-3 happy again, thanks to Olivier Castan <casta... |
tree | commitdiff |
2006-06-20 |
Diego Biurrun | Remove unused FFMPEG_VERSION_INT. |
tree | commitdiff |
2006-06-20 |
Diego Biurrun | Use Subversion revision for FFMPEG_VERSION. |
tree | commitdiff |
2006-06-18 |
Stefan Huehner | Add const to (mostly) char* and make some functions... |
tree | commitdiff |
2006-06-17 |
Luca Barbato | Cosmetics: should not hurt performance, scream if are |
tree | commitdiff |
2006-06-17 |
Diego Biurrun | Rename version from CVS to the more sensible HEAD. |
tree | commitdiff |
2006-06-16 |
Måns Rullgård | The AAC frame header uses 13 bits for the frame size... |
tree | commitdiff |
2006-06-15 |
Michael Niedermayer | 10l to whoever wrote this |
tree | commitdiff |
2006-06-12 |
Måns Rullgård | MIPS doesn't like unaligned accesses |
tree | commitdiff |
2006-06-12 |
Loren Merritt | h264: accept rbsp_trailing longer than 1 byte |
tree | commitdiff |
2006-06-09 |
Måns Rullgård | use ifeq(...,yes) instead of ifdef |
tree | commitdiff |
2006-06-09 |
Baptiste Coudurier | fix closed gop flag |
tree | commitdiff |
2006-06-04 |
Michael Niedermayer | support doing motion estimation and compensation withou... |
tree | commitdiff |
2006-06-03 |
Luca Barbato | put_pixels16_l2_altivec and avg_pixels16_l2_altivec |
tree | commitdiff |
2006-06-03 |
Loren Merritt | ADPCM: trellis quantization |
tree | commitdiff |
2006-06-03 |
Corey Hickey | Make B-frame reduction sensitivity by b_strategy/vb_str... |
tree | commitdiff |
2006-06-03 |
Loren Merritt | adpcm_ima & adpcm_yamaha: improved quantization |
tree | commitdiff |
2006-06-02 |
Benjamin Larsson | Fixed a possible bug, checked against the assembly. |
tree | commitdiff |
2006-06-01 |
Måns Rullgård | remove redundant make variable SUBDIR |
tree | commitdiff |
2006-06-01 |
Diego Biurrun | libavcodec/libpostproc ---> libpostproc |
tree | commitdiff |
2006-06-01 |
Benjamin Larsson | Flash Screen Video decoder (fourcc:FSV1) |
tree | commitdiff |
2006-05-31 |
Kostya Shishkov | Palette support for newer KMVC |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: don't try to encode lossless with 9/7 wavelet... |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: cosmetics |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: scale predicted mv based on which reference frame... |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: cosmetics |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: fix subband weighting in wavelet cmp functions... |
tree | commitdiff |
2006-05-30 |
Loren Merritt | Snow: 10l. 1pass ratecontrol failed to set snow's inter... |
tree | commitdiff |
2006-05-29 |
Corey Hickey | Make b_frame_strategy not fail on pass 2, but still... |
tree | commitdiff |
2006-05-29 |
Roberto Togni | 10000l don't reuse outer loop index in inner loops |
tree | commitdiff |
2006-05-29 |
Michael Niedermayer | fabs is better then abs for floats ... |
tree | commitdiff |
2006-05-29 |
Michael Niedermayer | typo me thinks ... |
tree | commitdiff |
2006-05-29 |
Michael Niedermayer | cbp must be >0 here or we are in troubble |
tree | commitdiff |
2006-05-28 |
Loren Merritt | h264: MBAFF interlaced decoding |
tree | commitdiff |
2006-05-28 |
Loren Merritt | h264: faster fill_rectangle() |
tree | commitdiff |
2006-05-28 |
Loren Merritt | Snow multiple reference frames |
tree | commitdiff |
2006-05-28 |
Loren Merritt | Snow 1pass ratecontrol |
tree | commitdiff |
2006-05-26 |
Baptiste Coudurier | fix mbd bits bug, finally |
tree | commitdiff |
2006-05-26 |
Diego Biurrun | Remove all .cvsignore files, they are no longer necessary. |
tree | commitdiff |
2006-05-17 |
Kostya Shishkov | Now MPlayer should understand Smacker audio and video... |
tree | commitdiff |
2006-05-16 |
Baptiste Coudurier | MPEG-2 4:2:2 encoding support |
tree | commitdiff |
2006-05-16 |
Guillaume Poirier | fix compilation of 3dnowext instinsincs, both on ia32... |
tree | commitdiff |
2006-05-14 |
Guillaume Poirier | Add 3dnow intrinsic support for AMD64 machines: -march... |
tree | commitdiff |
2006-05-14 |
Baptiste Coudurier | add quicktime uncompressed 8bit 4:2:2 support |
tree | commitdiff |
2006-05-13 |
Baptiste Coudurier | add MPEG-2 intra vlc support |
tree | commitdiff |
2006-05-13 |
Baptiste Coudurier | remove unused variable |
tree | commitdiff |
2006-05-13 |
Michael Niedermayer | sanity checks, some might have been exploitable ... |
tree | commitdiff |
2006-05-11 |
Måns Rullgård | add unaligned16() and unaligned64() |
tree | commitdiff |
2006-05-11 |
Benjamin Larsson | Cosmetics. Add the defines needed for debug output. |
tree | commitdiff |
2006-05-11 |
Loren Merritt | fix a crash on x86_64 |
tree | commitdiff |
2006-05-10 |
Baptiste Coudurier | fix alac decoder on little endian |
tree | commitdiff |
2006-05-10 |
Michael Niedermayer | cosmetics (initalize variables where they are used) |
tree | commitdiff |
2006-05-10 |
Michael Niedermayer | decoders should (IMHO) not duplicate frames, the applic... |
tree | commitdiff |
2006-05-09 |
Michael Niedermayer | allow insane gop sizes if the user doesnt care about... |
tree | commitdiff |
2006-05-08 |
Michael Niedermayer | add outcommented chunk of code to handle stuffing MBs... |
tree | commitdiff |
2006-05-07 |
Denes Balatoni | vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch... |
tree | commitdiff |
2006-05-07 |
Michael Niedermayer | make zero motion vector threshold user setable |
tree | commitdiff |
2006-05-06 |
Diego Biurrun | Further simplify AMR build. |
tree | commitdiff |
2006-05-05 |
Loren Merritt | reinit quant matrices if pps is overwritten by another... |
tree | commitdiff |
2006-05-05 |
Diego Biurrun | Ignore errors from recursive AMR cleans. |
tree | commitdiff |
2006-05-05 |
Diego Biurrun | Unconditionally clean AMR subdirs. |
tree | commitdiff |
2006-05-02 |
Luca Barbato | Macosx fix |
tree | commitdiff |
2006-05-02 |
Michael Niedermayer | d10 decoding fix |
tree | commitdiff |
2006-05-01 |
Aurelien Jacobs | clip_uint8 now return an uint8_t so no need to &0xFF |
tree | commitdiff |
2006-04-30 |
Loren Merritt | warn on interlaced streams |
tree | commitdiff |
2006-04-29 |
Loren Merritt | don't force asserts in release builds. 2% faster h264. |
tree | commitdiff |
2006-04-28 |
Loren Merritt | memory leak. |
tree | commitdiff |
2006-04-28 |
Michael Niedermayer | use previous qscale for intra_dc_threshold check |
tree | commitdiff |
2006-04-28 |
Michael Niedermayer | missmatch control for mpeg2 intra dequantization if... |
tree | commitdiff |
2006-04-28 |
Benjamin Larsson | Revert bad ac3enc commit, the commited code was bigger... |
tree | commitdiff |
2006-04-28 |
Zuxy Meng | Remove unused and unsupported Cyrix's "Extended MMX", |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | Enable AMR_NB decoder/encoder when either AMR_NB or... |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | Fix amr_nb-fixed build. |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | Disentangle dependencies between amr_nb and amr_nb... |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | cosmetics: Group all AMR variables together, add some... |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | Misplaced CLEANAMR. |
tree | commitdiff |
2006-04-27 |
Diego Biurrun | CLEANAMRWB --> CLEANAMR typo |
tree | commitdiff |
2006-04-25 |
Luca Barbato | 13% faster inner_add_yblock |
tree | commitdiff |
2006-04-25 |
Luca Barbato | 40% faster decode |
tree | commitdiff |
2006-04-23 |
Uoti Urpala | Vorbis specs requires blocksize_1 >= blocksize_0, error... |
tree | commitdiff |
2006-04-22 |
Benjamin Larsson | Patch to generate the ac3 window, based on code by... |
tree | commitdiff |
2006-04-21 |
Loren Merritt | 10l in h264 vismb/vismv (broke on 2006-03-09) |
tree | commitdiff |
2006-04-20 |
Uoti Urpala | dtsdec.c copies one input packet at a time to a (static... |
tree | commitdiff |
2006-04-19 |
Reimar Döffinger | make "size" variable in avpicture_alloc signed, since... |
tree | commitdiff |
2006-04-18 |
Wolfram Gloger | gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo... |
tree | commitdiff |
2006-04-16 |
Luca Barbato | typo in the gcc handmade regalloc trigger |
tree | commitdiff |
2006-04-15 |
Diego Biurrun | Have EXTRALIBS appear after other link options, fixes... |
tree | commitdiff |
2006-04-15 |
Diego Biurrun | Revert Windows "warning" message. |
tree | commitdiff |
2006-04-15 |
Wolfgang Scherer | Fix SIGSEGV in rv10-null-pointer-500k.rm. |
tree | commitdiff |
2006-04-14 |
Michael Niedermayer | fix "concealing 0 DC, 0 AC, 0 MV errors" bug |
tree | commitdiff |
2006-04-14 |
Michael Niedermayer | ffv1 and ffvhuff havnt changed since a long time and... |
tree | commitdiff |
2006-04-10 |
Benjamin Larsson | AC3 encoding volume fix, by Justin Ruggles jruggle... |
tree | commitdiff |
2006-04-10 |
Luca Abeni | Baptiste COUDURIER's padding patch (reworked by me... |
tree | commitdiff |
2006-04-09 |
D Richard Felker III | signedness error caused broken decoding |
tree | commitdiff |
2006-04-09 |
D Richard Felker III | 100l to loren. at least this fixes the compile error... |
tree | commitdiff |
2006-04-07 |
Roberto Togni | Add missing external declaration for kmvc codec |
tree | commitdiff |
2006-04-07 |
Kostya Shishkov | KMVC (used in Worms games) decoder. Works fine with... |
tree | commitdiff |
2006-04-07 |
Luca Barbato | hadamard8_diff* enabled on linux/ppc |
tree | commitdiff |
2006-04-05 |
Måns Rullgård | s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/ |
tree | commitdiff |
next |