7920 Commits (3d0d9a5e3bbb7eb0e97b588afe1be73c1fbe9075)

Author SHA1 Message Date
Reimar Döffinger 31c4f07017 Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. 16 years ago
Michael Niedermayer c8714ea1b3 Use av_freep() in ff_parse_close(). 16 years ago
Andrew Wason 772581680c Copy pts for each raw encoded frame. 16 years ago
Kostya Shishkov ccfe8ae310 34l: free RV3/4 context variables at the end 16 years ago
Kostya Shishkov def4f63b85 RV3 and RV4 decoders set some deblocking coefs for each macroblock, 16 years ago
Kostya Shishkov c0b821befb Mark some of RV3/4 block types as having separate DC subblock 16 years ago
David Conrad 0dba1995bc Cosmetics: reindent 16 years ago
David Conrad ca4a4ac1b3 Combine non-bitexact sections 16 years ago
David Conrad daa1ea049a VP3 loop filter is mmx2 not mmx 16 years ago
David Conrad 357f45d9bc MMX VP3 Loop Filter 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Bartłomiej Wołowiec 757d91a6e6 Use of new bitstream in vorbis_enc.c. 16 years ago
Benoit Fouet a6080be7a2 Cosmetics: fix indentation after previous commit. 16 years ago
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 17 years ago
Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 17 years ago
Diego Biurrun 098b4169f1 Add a bunch of const qualifiers to function arguments. 17 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 17 years ago
Roman Shaposhnik 45580f8d4d cosmetic updates as per Michael's suggestion 17 years ago
Roman Shaposhnik 90d30402b4 vertically aligning as per Michael's suggestion 17 years ago
Roman Shaposhnik 6a276c46b1 unrolling the loops as per Michael's suggestion 17 years ago
Roman Shaposhnik 0843ddcb91 fixing a bug that prevented proper unweighting table to be selected 17 years ago
Roman Shaposhnik 2b6cee9f1e Doxygenizing the comments 17 years ago
Roman Shaposhnik c9b0b38f45 simplifying the code as per Michael's suggestion 17 years ago
Diego Biurrun 8f271177b0 Sync cosmetics from upstream. 17 years ago
Alex Converse fbdae895f2 Rename variables to clarify the channel coupling element and corresponding 17 years ago
Alex Converse 5c2cb17206 Correct documentation of ch_select array. 17 years ago
Alex Converse 88de95c2f9 Corrections to channel coupling code to attain conformance for appropriate 17 years ago
Diego Biurrun d8d12c1594 Remove obsolete liba52 wrapper code. 17 years ago
Vitor Sessak da708eaa22 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() 17 years ago
Vitor Sessak 10c1d19212 Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() 17 years ago
Vitor Sessak b0e047de15 Use a for() instead of triplicating code. 17 years ago
Kostya Shishkov cba64af245 Register RV-[34] block specific feature for long future loop filter 17 years ago
Vitor Sessak 3a54087733 Factorize duplicate table reading code. 17 years ago
Diego Pettenò 8539d8b573 Declare ff_pw_53 and ff_pw_18 as assembler constants. 17 years ago
Diego Biurrun 95137bbbb4 Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 17 years ago
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 17 years ago
Diego Pettenò cb92c528d9 Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò 17 years ago
Diego Pettenò d9ec210baa Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò 17 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 17 years ago