8693 Commits (517ac2434b3e98ff065d9385b661896a7923f432)

Author SHA1 Message Date
Robert Swain 5f401ee03c AAC: Cosmetic alterations after the last commit 16 years ago
Alex Converse b2d9d4a531 Give an error message when returning due to an unallocated channel element 16 years ago
Alex Converse 30272450f9 Add support for sample rate index 12, 7350 Hz 16 years ago
Alex Converse ff587009ae Remove bogus coupling_point assignment for non-CCE as this value is not checked 16 years ago
Björn Axelsson 37a43cfb39 Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format 16 years ago
Diego Biurrun 508048afe2 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. 16 years ago
Diego Biurrun 8df3bf60cf Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as 16 years ago
Michael Niedermayer 8c7f820686 Let rgb32 pass for ljpeg. 16 years ago
Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 16 years ago
Vitor Sessak d3b771bbc8 Document old scaler as deprecated 16 years ago
Diego Biurrun 15c13dde98 Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. 16 years ago
Diego Biurrun 1e4eb387d4 Add av_uninit macro to variables to avoid false positive warnings: 16 years ago
Diego Biurrun f59f814874 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Diego Biurrun decae20f36 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Kostya Shishkov 71a3dff9d5 Initialize s->gob_index for Intel variant of H.263 too 16 years ago
Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 16 years ago
Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 16 years ago
Alexander Strange 898189880b H264: Change left_block_options to uint8_t from int, saving a little space. 16 years ago
Stefan Gehrer 6847ab4375 introduce a macroblock index to avoid a few x*width+y calculations 16 years ago
Stefan Gehrer b9fce05205 fix multiple slices per frame 16 years ago
Stefan Gehrer 4ca6f4b29c fix parsing of pic_structure 16 years ago
Stefan Gehrer e090c70f2f avoid duplicating dsputil's clear_block 16 years ago
Stefan Gehrer ae2d3e3b25 time_code has 24 bits, not 16 16 years ago
Stefan Gehrer d934de5c5d do not check for minimum slice start code, 0x00000100 is valid 16 years ago
Anuradha Suraparaju 9fc88d7e20 Fix crash when encoding using libschroedinger. 16 years ago
Jai Menon f418b86151 Check sampling index validity for AAC decoding 16 years ago
Patrik Kullman c7efffcb44 Add a default (error) for the switch in case of an unsupported PIX_FMT. 16 years ago
Mathieu Malaterre 3d6fac8cee Use default system include path for an installed OpenJPEG library. 16 years ago
Patrik Kullman 79ff462e73 Fix (with av_uninit()) false positive warning about uninitialized variable: 16 years ago
Aurelien Jacobs 26f3ae828b move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 16 years ago
Patrik 862c1d2f05 Replace snprintf() with av_strlcpy(). 16 years ago
Ivan Schreter 37a558fe51 Add SEI recovery point frame counter to H264Context and use it when 16 years ago
Aurelien Jacobs ed76106755 vp56: alpha_offset is uninitialized on purpose 16 years ago
Nicolas George 05276956ce libvorbis: Use 0-10 range for audio quality. 16 years ago
Michael Niedermayer a503722750 Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function 16 years ago
Michael Niedermayer 990058bdc7 Try to doxyfy av_resample_init(). I hope I did not misremember anything as I 16 years ago
Michael Niedermayer 3136fcf45e Move doxy for public resample2 functions to the public header. 16 years ago
Diego Biurrun ea399a87b2 Remove svn:executable property from source file. 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 16 years ago
Daniel Verkamp c385c0da22 remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp dacfaf2373 remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp c33030bd7b remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 16 years ago
Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 16 years ago
Alex Converse 00bbe27631 VP3: Do not ignore error from read_huffman_tree(). 16 years ago
Björn Axelsson ffe2c09d46 Fix timestamp parsing in XSUB decoder. 16 years ago
Diego Biurrun 5bfd3147f8 cosmetics: Fix a few typos and use a consistent codec long name. 16 years ago
Diego Biurrun fca93859b2 Remove unused variables. 16 years ago
Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 16 years ago
Diego Biurrun 27030ee4e9 Remove unused variables. 16 years ago