271 Commits (4b4a6ebd68ca1d901b291f9bb4f5225daf876b8b)

Author SHA1 Message Date
  Anton Khirnov 0cc06b9e23 snow: add 'memc_only' private option. 13 years ago
  Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 89cc8a316d Remove snow/dwt test program 14 years ago
  Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Diego Biurrun 050f509065 snow: Remove unused code. 14 years ago
  Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
  Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
  Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
  Alexander Strange 1500be13f2 dsputil: allow to skip drawing of top/bottom edges. 14 years ago
  Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
  Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Måns Rullgård 5262f7ed1d snow: remove unused parameter to mc_block() 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Måns Rullgård 33996217ca Add ff_ prefix to dwt functions 15 years ago
  Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
  Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
  Måns Rullgård c26e58e32c Add some missing #includes 15 years ago
  Michael Niedermayer 2c8077621b Optimize ff_snow_horizontal_compose97i. 15 years ago
  Michael Niedermayer 233a8b3d6b Merge vertical_compose53iL0*() 15 years ago
  Michael Niedermayer 2a84512a74 Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the 15 years ago
  Jai Menon 4536c8e603 Snow : re-indent after r21093. 15 years ago
  Jai Menon a4bd598541 Snow : remove pointless 'if(1)'. 15 years ago
  Jai Menon 2da16f288a Snow : use non-NULL context for av_log. 15 years ago
  Jai Menon 8ec5a042e4 Cosmetics : remove duplicated comment. 15 years ago
  Jai Menon e8c6411ce3 Snow : release buffers allocated using avctx->get_buffer. 15 years ago
  Michael Niedermayer c267bb038e Fix 1 pass RC in snow. 15 years ago
  Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 15 years ago
  Baptiste Coudurier 2b2b7f41de snow decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
  Michael Niedermayer 9a3eaeebad Correct x/ymin to avoid segfault due to out of picture reads. 16 years ago
  Michael Niedermayer 3788e661f1 Optimize sign handling in get_symbol(). 16 years ago
  Michael Niedermayer e1b3d27272 Remove 2 useless FFMIN(). 16 years ago
  Michael Niedermayer 7bdf2eb8c4 Remove apparently redundant code. 16 years ago
  Lars Täuber a4873f7d9d Fix indention, patch by Lars Täuber. 16 years ago
  Michael Niedermayer 29322398fc Remove unused variable from slice_buffer_release() found by CSA. 16 years ago
  Michael Niedermayer 75eaa91c15 Remove unused variables from slice_buffer_load_line() found by CSA. 16 years ago
  Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
  Michael Niedermayer cc0241283b Make sure the next used frame is released so get_buffer() wont fail. 16 years ago
  Michael Niedermayer 38fd076c21 Move release_buffer() up so it is prior to a future call to it. 16 years ago
  Michael Niedermayer 0a08b5735b Factorize release_buffer() 16 years ago
  Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 16 years ago
  Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 16 years ago