2008-10-07 |
diego |
Add a bunch of const qualifiers to function arguments.
libavcodec
|
2008-10-07 |
romansh |
replacing frame_rate and frame_rate_base with an AVRational time_base
libavcodec
|
2008-10-07 |
romansh |
cosmetic updates as per Michael's suggestion
libavcodec
|
2008-10-07 |
romansh |
vertically aligning as per Michael's suggestion
libavcodec
|
2008-10-07 |
romansh |
unrolling the loops as per Michael's suggestion
libavcodec
|
2008-10-07 |
romansh |
fixing a bug that prevented proper unweighting table to be selected
libavcodec
|
2008-10-07 |
romansh |
Doxygenizing the comments
libavcodec
|
2008-10-07 |
romansh |
simplifying the code as per Michael's suggestion
libavcodec
|
2008-10-07 |
diego |
Sync cosmetics from upstream.
libavcodec
|
2008-10-06 |
superdump |
Rename variables to clarify the channel coupling element and corresponding
libavcodec
|
2008-10-06 |
superdump |
Correct documentation of ch_select array.
libavcodec
|
2008-10-06 |
superdump |
Corrections to channel coupling code to attain conformance for appropriate
libavcodec
|
2008-10-06 |
diego |
Remove obsolete liba52 wrapper code.
libavcodec
|
2008-10-05 |
vitor |
Cosmetics: rename mace3_decode_frame() to mace_decode_frame()
libavcodec
|
2008-10-05 |
vitor |
Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()
libavcodec
|
2008-10-05 |
vitor |
Use a for() instead of triplicating code.
libavcodec
|
2008-10-05 |
kostya |
Register RV-[34] block specific feature for long future loop filter
libavcodec
|
2008-10-05 |
vitor |
Factorize duplicate table reading code.
libavcodec
|
2008-10-04 |
gpoirier |
Declare ff_pw_53 and ff_pw_18 as assembler constants.
libavcodec
|
2008-10-04 |
diego |
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
libavcodec
|
2008-10-04 |
conrad |
Move VP3 loop filter to DSPContext
libavcodec
|
2008-10-04 |
lu_zero |
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò
libavcodec
|
2008-10-04 |
lu_zero |
Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò
libavcodec
|
2008-10-04 |
lu_zero |
Mark list heads static. Patch by Diego Pettenò
libavcodec
|
2008-10-04 |
michael |
100l forgot return type.
libavcodec
|
2008-10-04 |
michael |
Fix indention of NAL type enum.
libavcodec
|
2008-10-03 |
michael |
ff_parse_close() is not the correct function for H264Context.
libavcodec
|
2008-10-03 |
michael |
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
libavcodec
|
2008-10-02 |
aurel |
atrac3dec: cosmetics: indentation
libavcodec
|
2008-10-02 |
gpoirier |
fix warning reported by Intel C compiler:
libavcodec
|
2008-10-02 |
gpoirier |
Intel C compiler warns on this assignment in this if(), probably
libavcodec
|
2008-10-02 |
gpoirier |
Remove duplicate "const" qualifier for *matrix.
libavcodec
|