| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 1 array with double the size instead of 2 arrays with normal size | Ramiro Polla | 2007-05-09 | 1 | -20/+8 |
* | Add bias instead of -32 or 0, as is done in g.722.1 | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Indentation for previous patch | Ramiro Polla | 2007-05-09 | 1 | -2/+2 |
* | Add another tmpbias variable, as bias' value will be used later | Ramiro Polla | 2007-05-09 | 1 | -5/+5 |
* | Fix logic for return value of init_vlc | Ramiro Polla | 2007-05-09 | 1 | -3/+3 |
* | Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. | Diego Biurrun | 2007-05-09 | 1 | -3/+3 |
* | Add ff_ prefix to (externally) visible variables | Kostya Shishkov | 2007-05-09 | 3 | -208/+208 |
* | Use correct dequantizer value | Kostya Shishkov | 2007-05-09 | 1 | -1/+1 |
* | Allow conditional compilation of H.263-related decoders. | Diego Biurrun | 2007-05-09 | 2 | -2/+9 |
* | cosmetics: remove code duplication in hadamard8_diff_mmx | Loren Merritt | 2007-05-09 | 1 | -183/+117 |
* | move cavs parser in it's own file | Aurelien Jacobs | 2007-05-09 | 3 | -82/+108 |
* | move defines and enums out of cavsdata.h | Aurelien Jacobs | 2007-05-08 | 3 | -129/+157 |
* | remove no more useful includes | Aurelien Jacobs | 2007-05-08 | 1 | -3/+1 |
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 4 | -11/+11 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 8 | -313/+432 |
* | avoid multiple inclusion of ac3.h | Aurelien Jacobs | 2007-05-08 | 1 | -0/+5 |
* | cosmetics: remove duplicate transpose macro | Loren Merritt | 2007-05-08 | 2 | -12/+6 |
* | Move H.263 parser to its own file. | Diego Biurrun | 2007-05-08 | 4 | -70/+116 |
* | add doxygen comments | Ivo van Poorten | 2007-05-07 | 1 | -0/+16 |
* | cosmetics: fix inconsistent indentation | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | fix display of theora videos with visible size smaller than encoded size | Aurelien Jacobs | 2007-05-07 | 1 | -10/+9 |
* | Renderware TXD decoder | Ivo van Poorten | 2007-05-07 | 4 | -0/+169 |
* | generic S3TC DXT1 and DXT3 decoding functions | Ivo van Poorten | 2007-05-07 | 2 | -0/+132 |
* | RoQ audio encoder | Vitor Sessak | 2007-05-07 | 4 | -1/+180 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 17 | -42/+42 |
* | fix possibly exploitable stack overflow with num_sprite_warping_points (found... | Michael Niedermayer | 2007-05-06 | 1 | -0/+5 |
* | Add prefix to some variables for consistency | Kostya Shishkov | 2007-05-06 | 3 | -28/+28 |
* | Move VC-1 data to .c file | Kostya Shishkov | 2007-05-06 | 3 | -618/+771 |
* | Make vc1_parser.c compilable without special defines | Kostya Shishkov | 2007-05-06 | 2 | -3/+3 |
* | Move variables to vc1data.h | Kostya Shishkov | 2007-05-06 | 3 | -66/+67 |
* | simplify | Loren Merritt | 2007-05-06 | 1 | -9/+4 |
* | Move dvdsub parser to its own file. | Diego Biurrun | 2007-05-06 | 3 | -61/+82 |
* | Rename dvbsubdec_parser.c to dvbsub_parser.c. | Diego Biurrun | 2007-05-06 | 2 | -1/+1 |
* | simplify | Loren Merritt | 2007-05-06 | 1 | -10/+4 |
* | faster and simpler vp6 bilinear mc | Loren Merritt | 2007-05-06 | 1 | -24/+4 |
* | Move dvbsubdec parser to its own file. | Diego Biurrun | 2007-05-06 | 3 | -171/+197 |
* | Remove superfluous #includes, parser.h now includes its prerequisites. | Diego Biurrun | 2007-05-05 | 3 | -3/+1 |
* | ff_frame_rate_tab is now declared in mpegvideo.h | Aurelien Jacobs | 2007-05-05 | 1 | -1/+0 |
* | avoid a clash between two definitions of SEQ_START_CODE | Aurelien Jacobs | 2007-05-05 | 2 | -2/+2 |
* | add a ff_ prefix to the now exported mpeg1_find_frame_end() function | Aurelien Jacobs | 2007-05-05 | 3 | -4/+4 |
* | move mpegvideo_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 4 | -175/+199 |
* | avoid a 'discards qualifiers from pointer' warning | Aurelien Jacobs | 2007-05-05 | 1 | -1/+1 |
* | move mpegaudio_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 3 | -198/+221 |
* | move mpeg4video_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 3 | -79/+101 |
* | parser.h uses AVCodecContext so it needs to include avcodec.h | Aurelien Jacobs | 2007-05-05 | 1 | -0/+1 |
* | set CODEC_CAP_DR1 for vp5 and vp6 decoders | Aurelien Jacobs | 2007-05-05 | 2 | -0/+3 |
* | parser.c is compiled unconditionally, there is no need to compile it | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 8 | -12/+12 |
* | Fix warning: | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | parser.c is compiled unconditionally, there is no need to compile it | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |