summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Try to doxyfy av_resample_init(). I hope I did not misremember anything as IMichael Niedermayer2009-02-09
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-09
* Remove svn:executable property from source file.Diego Biurrun2009-02-09
* Remove file name from file headers.Diego Biurrun2009-02-09
* remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a...Daniel Verkamp2009-02-09
* remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani...Daniel Verkamp2009-02-09
* remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp...Daniel Verkamp2009-02-09
* Check that there are subtitle rects to encode in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* Check that start_display_time is 0 in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* VP3: Do not ignore error from read_huffman_tree().Alex Converse2009-02-09
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-09
* cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun2009-02-08
* Remove unused variables.Diego Biurrun2009-02-08
* Add av_cold attribute to init function.Diego Biurrun2009-02-08
* Remove unused variables.Diego Biurrun2009-02-08
* typo: CODEC_ID_cljr --> CODEC_ID_CLJRDiego Biurrun2009-02-08
* Fix a const related warningIvan Schreter2009-02-08
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-08
* Clarify has_b_frames doxy.Michael Niedermayer2009-02-08
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-08
* remove warning about incompatible pointerBaptiste Coudurier2009-02-08
* Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov2009-02-07
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* Drop the deprecated function register_avcodec() at the next majorStefano Sabatini2009-02-06
* Replace the calls to the deprecated function register_avcodec() withStefano Sabatini2009-02-06
* Rename register_avcodec() as avcodec_register() and deprecate the oldStefano Sabatini2009-02-06
* Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-05
* Electronic Arts TQI decoderPeter Ross2009-02-05
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross2009-02-05
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-04
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-04
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-04
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-04
* No need to compute stypeRoman Shaposhnik2009-02-04
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-03
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
* check validity of pointer srcCStefan Gehrer2009-02-03
* Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer2009-02-03
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02