Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogg seek regression ref | Baptiste Coudurier | 2007-11-11 | 1 | -0/+43 |
* | files have been renamed | Baptiste Coudurier | 2007-11-10 | 1 | -1/+1 |
* | ogg muxer | Baptiste Coudurier | 2007-11-10 | 9 | -3/+242 |
* | Add comments to some #endif directives. | Diego Biurrun | 2007-11-10 | 1 | -7/+6 |
* | cosmetics: Fix vissual --> visual typo. | Diego Biurrun | 2007-11-10 | 3 | -12/+12 |
* | Improve unsupported (pixel) format error message. | Stefano Sabatini | 2007-11-10 | 1 | -1/+1 |
* | Express opinion in a less aggressive manner. | Ramiro Polla | 2007-11-10 | 1 | -1/+3 |
* | jtype frame implemented | Ben Littler | 2007-11-10 | 1 | -1/+0 |
* | cosmetics: Fix spacial --> spatial typo in function names. | Diego Biurrun | 2007-11-10 | 3 | -30/+30 |
* | comment typo | Diego Biurrun | 2007-11-10 | 1 | -1/+1 |
* | misc spelling/grammar/wording fixes in comments | Diego Biurrun | 2007-11-10 | 2 | -24/+23 |
* | X8 is supported now, so warning is incorrect | Kostya Shishkov | 2007-11-10 | 1 | -6/+0 |
* | Provide top_field_first logic for h264 | Reinhard Nissl | 2007-11-10 | 1 | -0/+2 |
* | IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1 | Ben Littler | 2007-11-10 | 1 | -0/+1 |
* | make some tables static | Aurelien Jacobs | 2007-11-10 | 2 | -16/+16 |
* | add multiple inclusion guards | Aurelien Jacobs | 2007-11-09 | 2 | -0/+10 |
* | grammar | Michael Niedermayer | 2007-11-09 | 1 | -1/+1 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -1/+1 |
* | remove useless #ifdef | Michael Niedermayer | 2007-11-09 | 1 | -4/+0 |
* | remove inline from non speed critical functions | Michael Niedermayer | 2007-11-09 | 1 | -2/+2 |
* | vertical align | Michael Niedermayer | 2007-11-09 | 1 | -1/+1 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -3/+3 |
* | remove unneeded {} | Michael Niedermayer | 2007-11-09 | 1 | -2/+0 |
* | add {} to make the else look a little more normal | Michael Niedermayer | 2007-11-09 | 1 | -1/+2 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -19/+19 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -9/+9 |
* | remove debug variable | Michael Niedermayer | 2007-11-09 | 1 | -3/+0 |
* | remove #if 0 code | Michael Niedermayer | 2007-11-09 | 1 | -49/+0 |
* | cosmetic | Michael Niedermayer | 2007-11-09 | 1 | -2/+1 |
* | factorize | Michael Niedermayer | 2007-11-09 | 1 | -4/+2 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 12 | -13/+2345 |
* | Clarify Visual Studio FAQ. | Diego Biurrun | 2007-11-09 | 1 | -4/+4 |
* | Add support for some more audio formats | Luca Abeni | 2007-11-09 | 1 | -0/+18 |
* | Disable unused function, fixes the warning: | Diego Biurrun | 2007-11-09 | 1 | -2/+4 |
* | Improve Sofdec file detection | Måns Rullgård | 2007-11-08 | 1 | -11/+26 |
* | fix potential buffer over-read | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | fix negative fseek | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | Split ac3 byte swapping into a separate function. | Ronald S. Bultje | 2007-11-08 | 1 | -10/+17 |
* | Isolate caching of audio frames in its own function. | Ronald S. Bultje | 2007-11-08 | 1 | -11/+22 |
* | Change a stream indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -1/+1 |
* | Split out the packet parsing from the main function body in rmdec.c | Ronald S. Bultje | 2007-11-08 | 1 | -82/+98 |
* | Change parse indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -3/+3 |
* | fix libogg muxer dependency checking | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | Reindent the code after last commit | Luca Abeni | 2007-11-08 | 1 | -12/+12 |
* | Remove redundant "if(len)" | Luca Abeni | 2007-11-08 | 1 | -2/+0 |
* | Give Ogg muxer a lib prefix in the name like we do with all other formats | Diego Biurrun | 2007-11-08 | 3 | -4/+5 |
* | Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation | Martin Lindhe | 2007-11-08 | 2 | -3/+3 |
* | Change ff_rm_read_mdpr_codecdata to get back to old behavior. | Benoit Fouet | 2007-11-08 | 1 | -3/+2 |
* | correctly set audio codec when demuxing sofdec files | Aurelien Jacobs | 2007-11-07 | 1 | -1/+11 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-11-07 | 1 | -1/+1 |