| Commit message (Expand) | Author | Age | Files | Lines |
* | add dependencies for matroska audio and nut muxers over lavc | Aurelien Jacobs | 2008-03-05 | 1 | -0/+2 |
* | doxyfy frame type comments and add some more comments | Aurelien Jacobs | 2008-03-05 | 1 | -6/+6 |
* | define BI frame type along with other frame types | Aurelien Jacobs | 2008-03-05 | 3 | -1/+3 |
* | cosmetic: align | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | add some required objects dependencies | Aurelien Jacobs | 2008-03-05 | 1 | -6/+6 |
* | Avoid linking with h263 and mpeg4 find_frame_end() | Aurelien Jacobs | 2008-03-05 | 1 | -2/+2 |
* | fix the WC3 Xan decoder by correcting the frame accounting logic | Mike Melanson | 2008-03-05 | 1 | -4/+6 |
* | Fix handling flags with the MSB set. | Michael Niedermayer | 2008-03-05 | 1 | -3/+3 |
* | remove more useless mpegvideo.h includes | Aurelien Jacobs | 2008-03-05 | 12 | -28/+21 |
* | move EDGE_WIDTH definition allong with draw_edges where it belongs | Aurelien Jacobs | 2008-03-05 | 2 | -2/+1 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 8 | -10/+6 |
* | move relevant declarations to mpeg12data.h | Aurelien Jacobs | 2008-03-05 | 2 | -4/+8 |
* | move run length table constants to rl.h | Aurelien Jacobs | 2008-03-04 | 2 | -7/+5 |
* | move ff_emulated_edge_mc() to dsputil | Aurelien Jacobs | 2008-03-04 | 4 | -73/+75 |
* | Remove unused elements from tables. | Michael Niedermayer | 2008-03-04 | 1 | -30/+8 |
* | Detect and prevent reading over the end of counts_*. We pass the error | Michael Niedermayer | 2008-03-04 | 1 | -0/+17 |
* | Prevent segfault due to reading over the end of the input buffer. | Michael Niedermayer | 2008-03-04 | 1 | -1/+4 |
* | fix wmv3 dependencies | Aurelien Jacobs | 2008-03-04 | 1 | -1/+1 |
* | Fix compilation on powerpc. | Aurelien Jacobs | 2008-03-04 | 1 | -1/+1 |
* | remove old draw_edges declaration cruft | Aurelien Jacobs | 2008-03-04 | 1 | -1/+0 |
* | move ff_init_scantable() into dsputil | Aurelien Jacobs | 2008-03-04 | 4 | -37/+39 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 6 | -128/+129 |
* | dsputil.h is a local header | Aurelien Jacobs | 2008-03-03 | 1 | -1/+1 |
* | include required header | Aurelien Jacobs | 2008-03-03 | 1 | -0/+2 |
* | remove invalid free() forgotten in r12300 | Måns Rullgård | 2008-03-03 | 1 | -1/+0 |
* | Provide non null class name to avoid crash with ffmpeg -h. | Michael Niedermayer | 2008-03-03 | 1 | -3/+4 |
* | use scale factor instead of sum for downmix level adjustment. avoids division | Justin Ruggles | 2008-03-01 | 1 | -6/+9 |
* | pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. | Justin Ruggles | 2008-03-01 | 1 | -6/+11 |
* | Use 24-bit fixed-point transform coefficients until just before MDCT. This | Justin Ruggles | 2008-03-01 | 1 | -45/+37 |
* | more aspect ratios added in one of the ammendments | Loren Merritt | 2008-03-01 | 2 | -2/+5 |
* | Make AMR-NB block size const and 8 bits. | Benoit Fouet | 2008-02-29 | 1 | -1/+1 |
* | Define block size for AMR-WB (use IF2 table). | Benoit Fouet | 2008-02-29 | 1 | -0/+1 |
* | suppress the second warning | Michael Niedermayer | 2008-02-28 | 1 | -1/+3 |
* | Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but | Reimar Döffinger | 2008-02-28 | 1 | -3/+3 |
* | 1000l parenthesis | Baptiste Coudurier | 2008-02-28 | 1 | -1/+1 |
* | code is ok for 4bpp in mov too, fix 16grey.mov | Baptiste Coudurier | 2008-02-28 | 1 | -2/+4 |
* | Add more riff IDs to support remuxing. | Benjamin Larsson | 2008-02-27 | 1 | -0/+3 |
* | better include | Michael Niedermayer | 2008-02-26 | 1 | -1/+1 |
* | include dependencies ... | Michael Niedermayer | 2008-02-26 | 1 | -0/+3 |
* | Add multiple inclusion guards. | Diego Biurrun | 2008-02-26 | 1 | -0/+5 |
* | Add explanatory comment to '#define FLOAT float'. | Diego Biurrun | 2008-02-26 | 1 | -0/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -4/+10 |
* | Stuffing bytes to not violate minimum legality rate. | Michael Niedermayer | 2008-02-26 | 1 | -0/+21 |
* | Remove another temporary variable with which gcc has problems. | Michael Niedermayer | 2008-02-26 | 1 | -4/+5 |
* | cosmetics: Demplayerify indentation. | Diego Biurrun | 2008-02-26 | 1 | -224/+227 |
* | Add comments to some #endif directives. | Diego Biurrun | 2008-02-26 | 1 | -2/+2 |
* | cosmetics: spelling/grammar | Diego Biurrun | 2008-02-26 | 1 | -26/+27 |
* | Alternative and faster (on gcc x86) plane rotation. | Michael Niedermayer | 2008-02-26 | 1 | -0/+10 |
* | Get rid of another useless variable. | Michael Niedermayer | 2008-02-26 | 1 | -8/+8 |
* | Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), | Michael Niedermayer | 2008-02-26 | 1 | -14/+14 |