| Commit message (Expand) | Author | Age | Files | Lines |
* | nellymoserenc: flush PutBitContext after use. | Ramiro Polla | 2008-10-11 | 1 | -0/+2 |
* | aac_parser: fix strict aliasing violation | Måns Rullgård | 2008-10-11 | 1 | -2/+3 |
* | get_pixels_sse2, ~+12% performance compared to mmx | Baptiste Coudurier | 2008-10-09 | 1 | -0/+35 |
* | allows calling avcodec_find_(en|de)coder_by_name with NULL parameter | Aurelien Jacobs | 2008-10-08 | 1 | -0/+4 |
* | Add a bunch of const qualifiers to function arguments. | Diego Biurrun | 2008-10-07 | 1 | -12/+17 |
* | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik | 2008-10-07 | 2 | -21/+11 |
* | cosmetic updates as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -2/+2 |
* | vertically aligning as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -36/+36 |
* | unrolling the loops as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -11/+18 |
* | fixing a bug that prevented proper unweighting table to be selected | Roman Shaposhnik | 2008-10-07 | 1 | -1/+1 |
* | Doxygenizing the comments | Roman Shaposhnik | 2008-10-07 | 2 | -6/+14 |
* | simplifying the code as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -1/+1 |
* | Sync cosmetics from upstream. | Diego Biurrun | 2008-10-07 | 1 | -0/+3 |
* | Rename variables to clarify the channel coupling element and corresponding | Alex Converse | 2008-10-06 | 1 | -9/+9 |
* | Correct documentation of ch_select array. | Alex Converse | 2008-10-06 | 1 | -2/+2 |
* | Corrections to channel coupling code to attain conformance for appropriate | Alex Converse | 2008-10-06 | 1 | -29/+35 |
* | Remove obsolete liba52 wrapper code. | Diego Biurrun | 2008-10-06 | 3 | -229/+1 |
* | Cosmetics: rename mace3_decode_frame() to mace_decode_frame() | Vitor Sessak | 2008-10-05 | 1 | -3/+3 |
* | Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() | Vitor Sessak | 2008-10-05 | 1 | -41/+19 |
* | Use a for() instead of triplicating code. | Vitor Sessak | 2008-10-05 | 1 | -32/+30 |
* | Register RV-[34] block specific feature for long future loop filter | Kostya Shishkov | 2008-10-05 | 1 | -0/+3 |
* | Factorize duplicate table reading code. | Vitor Sessak | 2008-10-05 | 1 | -15/+17 |
* | Declare ff_pw_53 and ff_pw_18 as assembler constants. | Diego Pettenò | 2008-10-04 | 1 | -2/+2 |
* | Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ... | Diego Biurrun | 2008-10-04 | 2 | -1/+3 |
* | Move VP3 loop filter to DSPContext | David Conrad | 2008-10-04 | 4 | -43/+46 |
* | Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 1 | -2/+2 |
* | Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 2 | -9/+6 |
* | Mark list heads static. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 3 | -3/+3 |
* | 100l forgot return type. | Michael Niedermayer | 2008-10-04 | 1 | -1/+1 |
* | Fix indention of NAL type enum. | Michael Niedermayer | 2008-10-04 | 1 | -14/+14 |
* | ff_parse_close() is not the correct function for H264Context. | Michael Niedermayer | 2008-10-03 | 1 | -1/+9 |
* | Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. | Michael Niedermayer | 2008-10-03 | 2 | -20/+20 |
* | atrac3dec: cosmetics: indentation | Aurelien Jacobs | 2008-10-02 | 1 | -3/+3 |
* | fix warning reported by Intel C compiler: | Diego Pettenò | 2008-10-02 | 1 | -4/+6 |
* | Intel C compiler warns on this assignment in this if(), probably | Diego Pettenò | 2008-10-02 | 1 | -1/+2 |
* | Remove duplicate "const" qualifier for *matrix. | Diego Pettenò | 2008-10-02 | 1 | -1/+1 |
* | x264 has removed the b-rdo and bime options, and instead integrated | Jason Garrett-Glaser | 2008-10-02 | 2 | -3/+0 |
* | Use M_PI from libavutil/mathematics.h instead of defining PI ourselves | Reimar Döffinger | 2008-10-02 | 1 | -4/+2 |
* | Make 8svx codec context table pointer const to match the type of the | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 5 | -24/+24 |
* | Remove useless cyuv_decode_end function | Reimar Döffinger | 2008-10-02 | 1 | -8/+1 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 11 | -16/+16 |
* | Use "static const" instead of "const static" | Reimar Döffinger | 2008-10-02 | 1 | -2/+2 |
* | cosmetics: Change comment style for consistency. | Diego Biurrun | 2008-10-02 | 1 | -1/+1 |
* | Rename some variables and add some comments to try to be a bit more clear. | Benoit Fouet | 2008-10-02 | 1 | -33/+34 |
* | Rename copy_picture to ff_copy_picture. | Carl Eugen Hoyos | 2008-10-02 | 4 | -9/+9 |
* | Fix memleak for currupt input. | Carl Eugen Hoyos | 2008-10-01 | 1 | -0/+1 |
* | Cosmetics: reindent | David Conrad | 2008-10-01 | 1 | -122/+122 |
* | Unneeded else | David Conrad | 2008-10-01 | 1 | -2/+1 |
* | Unneeded braces | David Conrad | 2008-10-01 | 1 | -2/+2 |