summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-14
* cosmetics: alphabetical orderDiego Biurrun2009-02-14
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-14
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-13
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
* Re-indent after last commit.Alex Converse2009-02-13
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-13
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-13
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-13
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-13
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-12
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-12
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-12
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-12
* 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