summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-12
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-12
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-12
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-12
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-12
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
* Document old scaler as deprecatedVitor Sessak2009-02-11
* Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun2009-02-11
* Add av_uninit macro to variables to avoid false positive warnings:Diego Biurrun2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* 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