8639 Commits (998b6f7ca27ab2f8525a36c8f6eb1e8b4b09969c)

Author SHA1 Message Date
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 16 years ago
Baptiste Coudurier 353f87b8d4 fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC 16 years ago
Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 16 years ago
Baptiste Coudurier 8eb027c83c remove useless cast, it does not remove warning, encode prototype must be changed 16 years ago
Baptiste Coudurier a7573719e5 remove warning about incompatible pointer 16 years ago
Kostya Shishkov 432f1f11ea Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. 16 years ago
Kostya Shishkov 186f155e1c Add decoder flush after seeking for RV3/4 decoders 16 years ago
Stefano Sabatini 9d385cfec4 Drop the deprecated function register_avcodec() at the next major 16 years ago
Stefano Sabatini 9be26823b9 Replace the calls to the deprecated function register_avcodec() with 16 years ago
Stefano Sabatini 85662f4935 Rename register_avcodec() as avcodec_register() and deprecate the old 16 years ago
Michael Niedermayer 271e6ddd4a Fix list of input pix_fmts supported by GIF. This makes it work with swscale. 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago
Michael Niedermayer 71a48ff23c Add size_in_bits to PutBitContext 16 years ago
Peter Ross d8964f3afa Electronic Arts TQI decoder 16 years ago
Peter Ross 44ba8b650f don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. 16 years ago
Peter Ross 50240e5646 convert mpeg1_decode_block_intra() to inline global 16 years ago
Måns Rullgård 5317c95b75 Remove CONFIG_H264_ENCODER references 16 years ago
Diego Biurrun f0d5437275 Remove documentation of non-existing function parameters. 16 years ago
Diego Biurrun 181d8a7f3a Remove unused CONFIG_H264_ENCODER #define. 16 years ago
Diego Biurrun c7f03f4e2a Remove pointless '#if CONFIG_ENCODERS' around forward declarations. 16 years ago
Roman Shaposhnik f52901b305 No need to compute stype 16 years ago
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