15762 Commits (72dadaa9579faaf94de8df13442f84a09c09594e)

Author SHA1 Message Date
  Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 17 years ago
  Vitor Sessak d3b771bbc8 Document old scaler as deprecated 17 years ago
  Diego Biurrun 15c13dde98 Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. 17 years ago
  Diego Biurrun 1e4eb387d4 Add av_uninit macro to variables to avoid false positive warnings: 17 years ago
  Diego Biurrun f59f814874 Add av_uninit macro to variable to avoid false positive warning: 17 years ago
  Diego Biurrun decae20f36 Add av_uninit macro to variable to avoid false positive warning: 17 years ago
  Kostya Shishkov 71a3dff9d5 Initialize s->gob_index for Intel variant of H.263 too 17 years ago
  Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 17 years ago
  Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 17 years ago
  Alexander Strange 898189880b H264: Change left_block_options to uint8_t from int, saving a little space. 17 years ago
  Stefan Gehrer 6847ab4375 introduce a macroblock index to avoid a few x*width+y calculations 17 years ago
  Stefan Gehrer b9fce05205 fix multiple slices per frame 17 years ago
  Stefan Gehrer 4ca6f4b29c fix parsing of pic_structure 17 years ago
  Stefan Gehrer e090c70f2f avoid duplicating dsputil's clear_block 17 years ago
  Stefan Gehrer ae2d3e3b25 time_code has 24 bits, not 16 17 years ago
  Stefan Gehrer d934de5c5d do not check for minimum slice start code, 0x00000100 is valid 17 years ago
  Anuradha Suraparaju 9fc88d7e20 Fix crash when encoding using libschroedinger. 17 years ago
  Jai Menon f418b86151 Check sampling index validity for AAC decoding 17 years ago
  Patrik Kullman c7efffcb44 Add a default (error) for the switch in case of an unsupported PIX_FMT. 17 years ago
  Mathieu Malaterre 3d6fac8cee Use default system include path for an installed OpenJPEG library. 17 years ago
  Patrik Kullman 79ff462e73 Fix (with av_uninit()) false positive warning about uninitialized variable: 17 years ago
  Aurelien Jacobs 26f3ae828b move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 17 years ago
  Patrik 862c1d2f05 Replace snprintf() with av_strlcpy(). 17 years ago
  Ivan Schreter 37a558fe51 Add SEI recovery point frame counter to H264Context and use it when 17 years ago
  Aurelien Jacobs ed76106755 vp56: alpha_offset is uninitialized on purpose 17 years ago
  Nicolas George 05276956ce libvorbis: Use 0-10 range for audio quality. 17 years ago
  Michael Niedermayer a503722750 Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function 17 years ago
  Michael Niedermayer 990058bdc7 Try to doxyfy av_resample_init(). I hope I did not misremember anything as I 17 years ago
  Michael Niedermayer 3136fcf45e Move doxy for public resample2 functions to the public header. 17 years ago
  Diego Biurrun ea399a87b2 Remove svn:executable property from source file. 17 years ago
  Diego Biurrun b17e0f065c Remove file name from file headers. 17 years ago
  Daniel Verkamp c385c0da22 remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu 17 years ago
  Daniel Verkamp dacfaf2373 remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu 17 years ago
  Daniel Verkamp c33030bd7b remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu 17 years ago
  Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 17 years ago
  Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 17 years ago
  Alex Converse 00bbe27631 VP3: Do not ignore error from read_huffman_tree(). 17 years ago
  Björn Axelsson ffe2c09d46 Fix timestamp parsing in XSUB decoder. 17 years ago
  Diego Biurrun 5bfd3147f8 cosmetics: Fix a few typos and use a consistent codec long name. 17 years ago
  Diego Biurrun fca93859b2 Remove unused variables. 17 years ago
  Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 17 years ago
  Diego Biurrun 27030ee4e9 Remove unused variables. 17 years ago
  Diego Biurrun 01c534371c typo: CODEC_ID_cljr --> CODEC_ID_CLJR 17 years ago
  Ivan Schreter 4d8eb2e899 Fix a const related warning 17 years ago
  Ivan Schreter dd02ea118b Replace hard-coded SEI type constants with symbolic names 17 years ago
  Michael Niedermayer eb8a25c895 Clarify has_b_frames doxy. 17 years ago
  Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 17 years ago
  Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 17 years ago
  Baptiste Coudurier 353f87b8d4 fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC 17 years ago
  Baptiste Coudurier 8468664bd8 Remove 'const' qualifier from variable in av_parse_video_frame_size(). 17 years ago