aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-141-0/+9
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-131-1/+1
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-131-1/+1
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-131-0/+5
* Re-indent after last commit.Alex Converse2009-02-131-14/+14
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-131-0/+4
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-131-1/+1
* Put dispatch_tab in the rodata section for macho64.Alexander Strange2009-02-131-0/+6
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-131-1/+1
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-134-3/+136
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-124-3/+149
* convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs2009-02-123-3/+3
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-121-4/+4
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-121-6/+3
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-121-0/+3
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-123-10/+12
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-121-2/+0
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-122-0/+3
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-121-1/+1
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-124-3/+3
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-121-1/+1
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-112-7/+160
* Document old scaler as deprecatedVitor Sessak2009-02-111-0/+3
* Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun2009-02-111-1/+1
* Add av_uninit macro to variables to avoid false positive warnings:Diego Biurrun2009-02-111-2/+2
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov2009-02-111-1/+1
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-113-3/+3
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-111-2/+2
* H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange2009-02-111-2/+2
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-103-15/+14
* fix multiple slices per frameStefan Gehrer2009-02-102-3/+11
* fix parsing of pic_structureStefan Gehrer2009-02-101-3/+4
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-103-23/+1
* time_code has 24 bits, not 16Stefan Gehrer2009-02-101-1/+1
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-103-4/+2
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-101-5/+0
* Check sampling index validity for AAC decodingJai Menon2009-02-101-0/+4
* Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman2009-02-101-0/+2
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-101-1/+1
* Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman2009-02-101-1/+1
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-095-37/+73
* Replace snprintf() with av_strlcpy().Patrik2009-02-091-1/+1
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-092-1/+28
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-091-1/+1
* libvorbis: Use 0-10 range for audio quality.Nicolas George2009-02-091-1/+1
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-091-1/+1
* Try to doxyfy av_resample_init(). I hope I did not misremember anything as IMichael Niedermayer2009-02-091-0/+5
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-092-25/+29