| Commit message (Expand) | Author | Age | Files | Lines |
* | Indent. | Ramiro Polla | 2008-05-04 | 1 | -4/+4 |
* | Do not read out of array bounds. | Ramiro Polla | 2008-05-04 | 1 | -0/+4 |
* | Output buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -0/+5 |
* | Heap buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+5 |
* | Fix memset(0) based buffer overflow. | Michael Niedermayer | 2008-05-03 | 1 | -1/+6 |
* | Move declaration a little. | Michael Niedermayer | 2008-05-03 | 1 | -2/+2 |
* | Setting i to 0 once should do. | Michael Niedermayer | 2008-05-03 | 1 | -1/+1 |
* | cosmetics: Consistently use C-style comments in #endif preprocessor directives. | Diego Biurrun | 2008-05-03 | 1 | -1/+1 |
* | Add Dirac support through libschroedinger. | Anuradha Suraparaju | 2008-05-03 | 6 | -0/+841 |
* | 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so | Diego Biurrun | 2008-05-03 | 1 | -0/+2 |
* | fix checkheaders when libdirac not installed | Måns Rullgård | 2008-05-03 | 1 | -0/+3 |
* | add necessary #includes in headers | Måns Rullgård | 2008-05-03 | 3 | -0/+6 |
* | Dirac decoding/encoding support via libdirac. | Anuradha Suraparaju | 2008-05-03 | 5 | -0/+628 |
* | Add Dirac parser from SoC; written by Marco Gerards; | Diego Biurrun | 2008-05-03 | 3 | -0/+90 |
* | include avcodec.h | Justin Ruggles | 2008-05-02 | 1 | -0/+2 |
* | Long name spelling fixes | Benjamin Larsson | 2008-05-02 | 3 | -3/+3 |
* | move call to init_get_bits inside conditional | Justin Ruggles | 2008-05-02 | 1 | -1/+1 |
* | share streaminfo parsing function | Justin Ruggles | 2008-05-02 | 2 | -8/+20 |
* | split out some decoder context params to a shared macro | Justin Ruggles | 2008-05-02 | 2 | -4/+46 |
* | change function parameters for dump_headers() | Justin Ruggles | 2008-05-02 | 1 | -8/+8 |
* | change function parameters for metadata_streaminfo() | Justin Ruggles | 2008-05-02 | 1 | -17/+20 |
* | Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com. | Diego Pettenò | 2008-05-01 | 1 | -1/+3 |
* | Comment out unused ff_vc1_norm6_spec table. | Diego Biurrun | 2008-04-30 | 1 | -0/+2 |
* | Transform codec short name into a single word. | Stefano Sabatini | 2008-04-30 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 20 | -13/+39 |
* | indent | Michael Niedermayer | 2008-04-29 | 1 | -14/+14 |
* | Fix decoding of: | Michael Niedermayer | 2008-04-29 | 1 | -0/+11 |
* | Typo: distoration -> distortion. | Ramiro Polla | 2008-04-29 | 3 | -14/+14 |
* | Remove leading whitespace in long codec name that was committed in r13017 | Robert Swain | 2008-04-29 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 16 | -4/+34 |
* | Transform codec names into single words. | Stefano Sabatini | 2008-04-29 | 3 | -3/+3 |
* | remove unused variable, min_framesize | Justin Ruggles | 2008-04-29 | 1 | -3/+3 |
* | Calculate motion vector information based on PTS provided in slice header | Kostya Shishkov | 2008-04-28 | 4 | -21/+27 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 8 | -3/+22 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 53 | -10/+78 |
* | Make 8SVX codec names just a single word for consistency with other codec names. | Stefano Sabatini | 2008-04-27 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 61 | -9/+81 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2008-04-27 | 1 | -3/+3 |
* | Rename i386/cputest.c --> i386/cpuid.c. | Diego Biurrun | 2008-04-26 | 2 | -2/+2 |
* | Remove unnecessary test program dependency declarations. | Diego Biurrun | 2008-04-26 | 1 | -2/+0 |
* | Grammar fixes and improvements for the new ACELP code | Robert Swain | 2008-04-26 | 2 | -8/+8 |
* | break if error in header so it can output already decoded frames | Baptiste Coudurier | 2008-04-26 | 1 | -4/+2 |
* | merge init with declaration | Baptiste Coudurier | 2008-04-26 | 1 | -3/+1 |
* | cosmetics: merge decls | Baptiste Coudurier | 2008-04-26 | 1 | -2/+1 |
* | simplify: merge loops | Baptiste Coudurier | 2008-04-26 | 1 | -4/+4 |
* | simplify | Baptiste Coudurier | 2008-04-26 | 1 | -3/+2 |
* | simplify: remove useless fields and vars | Baptiste Coudurier | 2008-04-26 | 1 | -6/+5 |
* | move MP3On4DecodeContext def near the code and under ifdef | Baptiste Coudurier | 2008-04-26 | 1 | -10/+10 |
* | correctly patch syncword for samples rates < 16000, decoder now fully support... | Baptiste Coudurier | 2008-04-26 | 1 | -2/+7 |
* | fix 1 frame config decoding | Baptiste Coudurier | 2008-04-26 | 1 | -1/+1 |