summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov2009-02-11
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-11
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
* H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange2009-02-11
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* fix multiple slices per frameStefan Gehrer2009-02-10
* fix parsing of pic_structureStefan Gehrer2009-02-10
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* time_code has 24 bits, not 16Stefan Gehrer2009-02-10
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-10
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-10
* Check sampling index validity for AAC decodingJai Menon2009-02-10
* Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman2009-02-10
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-10
* Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman2009-02-10
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* Replace snprintf() with av_strlcpy().Patrik2009-02-09
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-09
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-09
* libvorbis: Use 0-10 range for audio quality.Nicolas George2009-02-09
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-09
* 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