8616 Commits (832404cea798c913ef57654c4b8326dc4b8adf91)

Author SHA1 Message Date
Alex Converse 5363c43ea8 Add av_cold attributes to *_init and *_end functions. 16 years ago
Alex Converse 2c823b3ccc VP3: Prevent stack corruption from an unset custom coding method. 16 years ago
Gwenole Beauchesne cb99c652eb Add fields to H264Context and SPS for upcoming VA API support. 16 years ago
Stefan Gehrer cc55c46498 check validity of pointer srcC 16 years ago
Michael Niedermayer 152714e1f1 Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 16 years ago
Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 16 years ago
Benjamin Larsson aa8d024ce2 Allocate trellis tables on heap only when needed. 16 years ago
Robert Swain b17f1a0764 Doxygen defgroups throw a warning if they don't have a title as well as a name 16 years ago
Diego Biurrun 70e493991d cosmetics: Place all subtitle entries together. 16 years ago
Justin Ruggles faeb2bd41d flacdec: set default sample_fmt before parsing extradata 16 years ago
Diego Biurrun 6bf959fee5 Add av_unused to conditionally used variable, fixes the warning: 16 years ago
Kostya Shishkov 55b557ece1 Silence compiler warnings for XL decoder 16 years ago
Kostya Shishkov b709397530 Make WNV1 decoder use temporary buffer for bit-reversed input 16 years ago
Diego Biurrun 94f694a476 cosmetics: Remove period after copyright statement non-sentence. 16 years ago
Kostya Shishkov ad4d0b9ef2 Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. 16 years ago
Kostya Shishkov a2a986371c Factorize stream reading in TM2 decoder 16 years ago
Kostya Shishkov 3ffabd4e49 Silence two pointer assignment compiler warnings in rv34.c 16 years ago
Kostya Shishkov 5d44b2a138 Silence useless compiler warning when passing AVFrame* instead of AVPicture* 16 years ago
Diego Biurrun bc4cccd483 Remove H.264 encoder initialization. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 65ffe3e85c Fix filenames in doxygen comments. 16 years ago
Baptiste Coudurier 7591b30499 remove some warnings due to avctx->execute 16 years ago
Måns Rullgård a95d00b287 shorten: trivial simplification of signature check 16 years ago
Ben Hutchings f579d24bad assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk 16 years ago
Baptiste Coudurier a4fd53c427 fix decoding 720p50 audio samples 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 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
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
Gwenole Beauchesne 2e584eea4b cosmetics: Add empty line for consistent formatting. 16 years ago