log

age author description
2008-10-15 benoit Cosmetics: fix indentation after previous commit. libavcodec
2008-10-15 benoit Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodec
2008-10-14 michael Include zlib.h as it is needed for watermark support, libavcodec
2008-10-14 michael Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodec
2008-10-14 michael Add variable to hold the svq3 watermarking key, libavcodec
2008-10-13 benoit Fix mem leak. libavcodec
2008-10-13 cehoyos Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodec
2008-10-13 aurel vp6dec: ensure we don't try to use a buffer with negative size libavcodec
2008-10-12 cehoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. libavcodec
2008-10-12 conrad Remove unused variables libavcodec
2008-10-11 ramiro nellymoserenc: flush PutBitContext after use. libavcodec
2008-10-11 mru aac_parser: fix strict aliasing violation libavcodec
2008-10-09 bcoudurier get_pixels_sse2, ~+12% performance compared to mmx libavcodec
2008-10-08 aurel allows calling avcodec_find_(en|de)coder_by_name with NULL parameter libavcodec
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
2008-10-02 gpoirier x264 has removed the b-rdo and bime options, and instead integrated libavcodec
2008-10-02 reimar Use M_PI from libavutil/mathematics.h instead of defining PI ourselves libavcodec
2008-10-02 reimar Make 8svx codec context table pointer const to match the type of the libavcodec
2008-10-02 diego spelling cosmetics libavcodec
2008-10-02 reimar Remove useless cyuv_decode_end function libavcodec
2008-10-02 reimar Add (additional) const to many global tables. libavcodec
2008-10-02 reimar Use "static const" instead of "const static" libavcodec
2008-10-02 diego cosmetics: Change comment style for consistency. libavcodec
2008-10-02 benoit Rename some variables and add some comments to try to be a bit more clear. libavcodec
2008-10-02 cehoyos Rename copy_picture to ff_copy_picture. libavcodec
2008-10-01 cehoyos Fix memleak for currupt input. libavcodec
2008-10-01 conrad Cosmetics: reindent libavcodec
2008-10-01 conrad Unneeded else libavcodec
2008-10-01 conrad Unneeded braces libavcodec
2008-10-01 conrad Return if unpacking motion vectors for a keyframe libavcodec
2008-10-01 conrad Cosmetics: indentation libavcodec
2008-10-01 conrad Visible width/height fields were added in Theora 3.2 libavcodec
2008-10-01 conrad filter_limit_values only needs 7 bits, make its tables smaller libavcodec