| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable dropping frames for RV3/4 | Kostya Shishkov | 2009-02-14 | 1 | -0/+9 |
* | lpc: Remove false positive compilation warning about weight being | Patrik Kullman | 2009-02-13 | 1 | -1/+1 |
* | Assert that ff_lpc_calc_coefs() is called with a valid LPC method. | Patrik Kullman | 2009-02-13 | 1 | -1/+1 |
* | lpc: Document the use_lpc parameter to ff_lpc_calc_coefs(). | Patrik Kullman | 2009-02-13 | 1 | -0/+5 |
* | Re-indent after last commit. | Alex Converse | 2009-02-13 | 1 | -14/+14 |
* | Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently... | Alex Converse | 2009-02-13 | 1 | -0/+4 |
* | In RV3/4 nonzero MB offset for the first slice also indicates error | Kostya Shishkov | 2009-02-13 | 1 | -1/+1 |
* | Put dispatch_tab in the rodata section for macho64. | Alexander Strange | 2009-02-13 | 1 | -0/+6 |
* | Correctly map ADTS profile_ObjectType to MPEG-4 AOT | Alex Converse | 2009-02-13 | 1 | -1/+1 |
* | add SSE2 version of vp6_filter_diag | Zuxy Meng | 2009-02-13 | 4 | -3/+136 |
* | add MMX version of vp6_filter_diag | Sebastien Lucas | 2009-02-12 | 4 | -3/+149 |
* | convert ff_pw_64 into an xmm_reg for future use in vp6 sse code | Aurelien Jacobs | 2009-02-12 | 3 | -3/+3 |
* | Fix compilation, there is no file vdpauvideo.c, only vdpau.c | Reimar Döffinger | 2009-02-12 | 1 | -4/+4 |
* | AAC: Cosmetic alterations after the last commit | Robert Swain | 2009-02-12 | 1 | -6/+3 |
* | Give an error message when returning due to an unallocated channel element | Alex Converse | 2009-02-12 | 1 | -0/+3 |
* | Add support for sample rate index 12, 7350 Hz | Alex Converse | 2009-02-12 | 3 | -10/+12 |
* | Remove bogus coupling_point assignment for non-CCE as this value is not checked | Alex Converse | 2009-02-12 | 1 | -2/+0 |
* | Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format | Björn Axelsson | 2009-02-12 | 2 | -0/+3 |
* | 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as | Diego Biurrun | 2009-02-12 | 4 | -3/+3 |
* | Let rgb32 pass for ljpeg. | Michael Niedermayer | 2009-02-12 | 1 | -1/+1 |
* | extend resampling API, add S16 internal conversion | Baptiste Coudurier | 2009-02-11 | 2 | -7/+160 |
* | Document old scaler as deprecated | Vitor Sessak | 2009-02-11 | 1 | -0/+3 |
* | Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Add av_uninit macro to variables to avoid false positive warnings: | Diego Biurrun | 2009-02-11 | 1 | -2/+2 |
* | Add av_uninit macro to variable to avoid false positive warning: | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Add av_uninit macro to variable to avoid false positive warning: | Diego Biurrun | 2009-02-11 | 1 | -1/+1 |
* | Initialize s->gob_index for Intel variant of H.263 too | Kostya Shishkov | 2009-02-11 | 1 | -1/+1 |
* | Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit | Diego Biurrun | 2009-02-11 | 3 | -3/+3 |
* | Add check whether the compiler/assembler supports 10 or more operands. | Diego Biurrun | 2009-02-11 | 1 | -2/+2 |
* | H264: Change left_block_options to uint8_t from int, saving a little space. | Alexander Strange | 2009-02-11 | 1 | -2/+2 |
* | introduce a macroblock index to avoid a few x*width+y calculations | Stefan Gehrer | 2009-02-10 | 3 | -15/+14 |
* | fix multiple slices per frame | Stefan Gehrer | 2009-02-10 | 2 | -3/+11 |
* | fix parsing of pic_structure | Stefan Gehrer | 2009-02-10 | 1 | -3/+4 |
* | avoid duplicating dsputil's clear_block | Stefan Gehrer | 2009-02-10 | 3 | -23/+1 |
* | time_code has 24 bits, not 16 | Stefan Gehrer | 2009-02-10 | 1 | -1/+1 |
* | do not check for minimum slice start code, 0x00000100 is valid | Stefan Gehrer | 2009-02-10 | 3 | -4/+2 |
* | Fix crash when encoding using libschroedinger. | Anuradha Suraparaju | 2009-02-10 | 1 | -5/+0 |
* | Check sampling index validity for AAC decoding | Jai Menon | 2009-02-10 | 1 | -0/+4 |
* | Add a default (error) for the switch in case of an unsupported PIX_FMT. | Patrik Kullman | 2009-02-10 | 1 | -0/+2 |
* | Use default system include path for an installed OpenJPEG library. | Mathieu Malaterre | 2009-02-10 | 1 | -1/+1 |
* | Fix (with av_uninit()) false positive warning about uninitialized variable: | Patrik Kullman | 2009-02-10 | 1 | -1/+1 |
* | move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil | Aurelien Jacobs | 2009-02-09 | 5 | -37/+73 |
* | Replace snprintf() with av_strlcpy(). | Patrik | 2009-02-09 | 1 | -1/+1 |
* | Add SEI recovery point frame counter to H264Context and use it when | Ivan Schreter | 2009-02-09 | 2 | -1/+28 |
* | vp56: alpha_offset is uninitialized on purpose | Aurelien Jacobs | 2009-02-09 | 1 | -1/+1 |
* | libvorbis: Use 0-10 range for audio quality. | Nicolas George | 2009-02-09 | 1 | -1/+1 |
* | Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit... | Michael Niedermayer | 2009-02-09 | 1 | -1/+1 |
* | Try to doxyfy av_resample_init(). I hope I did not misremember anything as I | Michael Niedermayer | 2009-02-09 | 1 | -0/+5 |
* | Move doxy for public resample2 functions to the public header. | Michael Niedermayer | 2009-02-09 | 2 | -25/+29 |