8662 Commits (37a558fe5154be9adaeed23dddf98f224e99cc32)

Author SHA1 Message Date
Ivan Schreter 37a558fe51 Add SEI recovery point frame counter to H264Context and use it when 16 years ago
Aurelien Jacobs ed76106755 vp56: alpha_offset is uninitialized on purpose 16 years ago
Nicolas George 05276956ce libvorbis: Use 0-10 range for audio quality. 16 years ago
Michael Niedermayer a503722750 Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function 16 years ago
Michael Niedermayer 990058bdc7 Try to doxyfy av_resample_init(). I hope I did not misremember anything as I 16 years ago
Michael Niedermayer 3136fcf45e Move doxy for public resample2 functions to the public header. 16 years ago
Diego Biurrun ea399a87b2 Remove svn:executable property from source file. 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 16 years ago
Daniel Verkamp c385c0da22 remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp dacfaf2373 remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp c33030bd7b remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 16 years ago
Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 16 years ago
Alex Converse 00bbe27631 VP3: Do not ignore error from read_huffman_tree(). 16 years ago
Björn Axelsson ffe2c09d46 Fix timestamp parsing in XSUB decoder. 16 years ago
Diego Biurrun 5bfd3147f8 cosmetics: Fix a few typos and use a consistent codec long name. 16 years ago
Diego Biurrun fca93859b2 Remove unused variables. 16 years ago
Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 16 years ago
Diego Biurrun 27030ee4e9 Remove unused variables. 16 years ago
Diego Biurrun 01c534371c typo: CODEC_ID_cljr --> CODEC_ID_CLJR 16 years ago
Ivan Schreter 4d8eb2e899 Fix a const related warning 16 years ago
Ivan Schreter dd02ea118b Replace hard-coded SEI type constants with symbolic names 16 years ago
Michael Niedermayer eb8a25c895 Clarify has_b_frames doxy. 16 years ago
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