8057 Commits (c260b59603ee4bef42e0f2c4e1c5ec9b76f5e99b)

Author SHA1 Message Date
Nicolas George 9c8f0768e3 Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. 16 years ago
Michael Niedermayer e46a98271e Include zlib.h as it is needed for watermark support, 16 years ago
Michael Niedermayer 795bb9dcb0 Export svq1_packet_checksum() that is needed for svq3 watermarks, 16 years ago
Michael Niedermayer 1fdcdf8d87 Add variable to hold the svq3 watermarking key, 16 years ago
Ralf Terdic 5c4e97282f Fix mem leak. 16 years ago
Carl Eugen Hoyos 95240bf3e3 Fix some icc warnings by using enum PixelFormat instead of int where appropriate. 16 years ago
Aurelien Jacobs 40056c32df vp6dec: ensure we don't try to use a buffer with negative size 16 years ago
Carl Eugen Hoyos 3bd9f70835 Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. 16 years ago
David Conrad c5f67c1559 Remove unused variables 16 years ago
Ramiro Polla f2e5786771 nellymoserenc: flush PutBitContext after use. 16 years ago
Måns Rullgård 57bb0da679 aac_parser: fix strict aliasing violation 16 years ago
Baptiste Coudurier f76543c9b9 get_pixels_sse2, ~+12% performance compared to mmx 16 years ago
Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 16 years ago
Diego Biurrun 098b4169f1 Add a bunch of const qualifiers to function arguments. 16 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
Roman Shaposhnik 45580f8d4d cosmetic updates as per Michael's suggestion 16 years ago
Roman Shaposhnik 90d30402b4 vertically aligning as per Michael's suggestion 16 years ago
Roman Shaposhnik 6a276c46b1 unrolling the loops as per Michael's suggestion 16 years ago
Roman Shaposhnik 0843ddcb91 fixing a bug that prevented proper unweighting table to be selected 16 years ago
Roman Shaposhnik 2b6cee9f1e Doxygenizing the comments 16 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 16 years ago
Diego Biurrun 8f271177b0 Sync cosmetics from upstream. 16 years ago
Alex Converse fbdae895f2 Rename variables to clarify the channel coupling element and corresponding 16 years ago
Alex Converse 5c2cb17206 Correct documentation of ch_select array. 16 years ago
Alex Converse 88de95c2f9 Corrections to channel coupling code to attain conformance for appropriate 16 years ago
Diego Biurrun d8d12c1594 Remove obsolete liba52 wrapper code. 16 years ago
Vitor Sessak da708eaa22 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() 16 years ago
Vitor Sessak 10c1d19212 Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() 16 years ago
Vitor Sessak b0e047de15 Use a for() instead of triplicating code. 16 years ago
Kostya Shishkov cba64af245 Register RV-[34] block specific feature for long future loop filter 16 years ago
Vitor Sessak 3a54087733 Factorize duplicate table reading code. 16 years ago
Diego Pettenò 8539d8b573 Declare ff_pw_53 and ff_pw_18 as assembler constants. 16 years ago
Diego Biurrun 95137bbbb4 Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 16 years ago
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 16 years ago
Diego Pettenò cb92c528d9 Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò 16 years ago
Diego Pettenò d9ec210baa Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò 16 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 16 years ago
Michael Niedermayer dd990075d6 100l forgot return type. 16 years ago
Michael Niedermayer 2791c60883 Fix indention of NAL type enum. 16 years ago
Michael Niedermayer 3ee4f5e4fa ff_parse_close() is not the correct function for H264Context. 16 years ago
Michael Niedermayer 44ee6135e2 Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. 16 years ago
Aurelien Jacobs b37b13066d atrac3dec: cosmetics: indentation 16 years ago
Diego Pettenò 9aa1cfec1a fix warning reported by Intel C compiler: 16 years ago
Diego Pettenò 2d5174fc46 Intel C compiler warns on this assignment in this if(), probably 16 years ago
Diego Pettenò d3b9e7f19b Remove duplicate "const" qualifier for *matrix. 16 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 16 years ago
Reimar Döffinger 14660b0814 Use M_PI from libavutil/mathematics.h instead of defining PI ourselves 16 years ago
Reimar Döffinger 19998314cd Make 8svx codec context table pointer const to match the type of the 16 years ago
Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
Reimar Döffinger 529dae12f7 Remove useless cyuv_decode_end function 16 years ago