17559 Commits (ccf0071dee797b5b7ddcaf8d432a8a84a22f38ae)
 

Author SHA1 Message Date
Baptiste Coudurier ccf0071dee split av_interleave_per_dts, to avoid code duplication 16 years ago
Stefan Gehrer 4becee2343 ADPCM found in Xbox wav files can be decoded with 16 years ago
Justin Ruggles 7f3a6a0553 cosmetics: change comment type and vertical alignment 16 years ago
Justin Ruggles 64cb376562 cosmetics: add some documentation to FLACContext 16 years ago
Roman Shaposhnik 1a969d6dfe Cosmetics: fixing indentation 16 years ago
Roman Shaposhnik 77cd35cdb5 unrolling encoding loops 16 years ago
Roman Shaposhnik b45ba151cf Cosmetics: simplifying static initialization 16 years ago
Roman Shaposhnik 85eca52be4 simplifying DIF encoding process 16 years ago
Roman Shaposhnik 76bd5997a9 Cosmetics: fixing the indentation 16 years ago
Roman Shaposhnik 9b8390bfbe factoring code into dv_init_enc_block 16 years ago
Roman Shaposhnik 5c2a9dd64e Cosmetics: replacing 0 with NULL for pointer assignment 16 years ago
Roman Shaposhnik 2331854d0b Cosmetics: moving the function definition around 16 years ago
Roman Shaposhnik b25d439233 Replacing the constant with a macro 16 years ago
Justin Ruggles 82159ad992 flacdec: add support for SAMPLE_FMT_32 16 years ago
Bitbreaker/METALVOTZE X 99b3812265 Fix documentation of the return value of avcodec_encode_video(). 16 years ago
Diego Biurrun 67a7e4dbcf Use '#if defined()' for OS-specific preprocessor checks. 16 years ago
Måns Rullgård e1f7cb7fa0 ARM: NEON optimised vector_fmul_window 16 years ago
Måns Rullgård dd927e2e62 ARM: NEON optimised vector_fmul 16 years ago
Stefan Gehrer 8915009813 remove duplicate tables 16 years ago
Alex Converse 63cae55d62 Use the new RDFT code in the QDM2 decoder. 16 years ago
Alex Converse 6860254044 Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. 16 years ago
Diego Biurrun 9d52d54df3 Add required header mem.h, av_malloc and friends are used. 16 years ago
Diego Biurrun dbef3f46b9 cosmetics: Move all #includes together at the beginning of the file. 16 years ago
Diego Biurrun cf2c671f82 Add 'void' keyword to parameterless function declaration. 16 years ago
Diego Biurrun dc8a7c93d3 Add missing void keyword to parameterless function declarations. 16 years ago
Gwenole Beauchesne f92a6c66ed Record B-fraction index from frame header and two fields from entry point structure 16 years ago
Gwenole Beauchesne 3021a8a70b Make ff_h263_resync() return the bit position of the resync_marker or 16 years ago
Luca Abeni 5449a787c9 If AVPacket->data == NULL, the packet does not contain any buffer to 16 years ago
Gwenole Beauchesne 73f184936d Use a constant instead of a magic number. 16 years ago
Stefan Gehrer 2ed421134e avoid indeterminate order of accessing src 16 years ago
Aurelien Jacobs 04e7670906 typo 16 years ago
Diego Biurrun 4d55404fca Rename string.c to avstring.c so that the name of header and C file match. 16 years ago
Gwenole Beauchesne 2e584eea4b cosmetics: Add empty line for consistent formatting. 16 years ago
Alex Converse eea325645c Mark ff_fft_end av_cold. 16 years ago
Ben Littler bf23f6dc33 pvez avi fourcc is truemotion1 16 years ago
Diego Biurrun 7d685b486b spelling/grammar/consistency review part III 16 years ago
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Reimar Döffinger 7b484a7a17 Add "const" to AES function arguments where possible without generating 16 years ago
Michael Niedermayer 0838cfdc8a Fix remotely exploitable arbitrary code execution vulnerability. 16 years ago
Loren Merritt 5a446bc88e fix an overflow in vc1 intra overlap filter 16 years ago
Diego Biurrun b69201a82c Add common.h #include, necessary for av_const. 16 years ago
Kostya Shishkov 81169111ef Fix Doxygen comments for VC-1 decoder. 16 years ago
Kostya Shishkov 1aa7335149 Fix Doxygen comments for RV3/4 decoder. 16 years ago
Kostya Shishkov 20642e2840 Fix Doxygen comments for APE decoder. 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Baptiste Coudurier d972e56cf2 second try fixing time code in gxf 16 years ago
Michael Niedermayer be195ed1d6 Prefer av_freep() over av_free() for variables in the context for safety. 16 years ago
Michael Niedermayer 0d29b7d572 Add {} between if/else 16 years ago
Michael Niedermayer 9913860bfb Export all tracks (each is a different language) instead of just one. 16 years ago
Michael Niedermayer c58d6796a1 remove pointless {} 16 years ago