Commit History

Author SHA1 Message Date
  Michael Niedermayer 617a9eedc6 avcodec/ffv1enc: update buffer check for 16bps 11 years ago
  Reinhard Tartler c42640b200 Fix a possibly exploitable buffer overflow. 14 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
  Stefan Gehrer b3bf98aa56 move ff_log2_run to bitstream.c and reuse in ffv1.c 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 16 years ago
  Carl Eugen Hoyos d1845b4c84 Fix compilation for buggy icc. 16 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 16 years ago
  Stefano Sabatini 038f846e41 Add long names to some AVCodec declarations. 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago
  Michael Niedermayer fb2cf1bcf0 const 16 years ago
  Oliver Pfister 3caffb7d80 fix mem leak 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
  Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 17 years ago
  Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 17 years ago
  Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
  Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
  Michael Niedermayer c3e462a8ca set supported pixel formats for a few encoders (fixes crashes with grayscale) 18 years ago
  Loren Merritt 0c2aaa882d memory leak. 18 years ago
  Michael Niedermayer b548f2b91b ffv1 and ffvhuff havnt changed since a long time and noone proposed any 18 years ago
  Michael Niedermayer ee7388c934 fix segfault on broken streams 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Michael Niedermayer 9cd8179818 #defines for strict_std_compliance and split between inofficial extensions and non standarized things 19 years ago
  Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 19 years ago
  Michael Niedermayer 53513831da -strict -1 comment fix 19 years ago
  Milan Cutka d6c80d3633 Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) 19 years ago
  Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 19 years ago
  Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 19 years ago
  Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
  Michael Niedermayer d34a07466f switch ffv1 to the put/get_symbol() from snow 20 years ago
  Michael Niedermayer 880eae9c50 switch ffv1 from CABAC to the range coder 20 years ago
  Michael Niedermayer a6c01275ad get/set_sr_golomb() cleanup 20 years ago
  Alex Beregszaszi d58a6d8537 put the warning to the right place to avoid crashes 20 years ago
  Alex Beregszaszi 4579adb00c new signed golomb routines 20 years ago
  Michael Niedermayer fa2522d700 10l (segfault) 20 years ago
  Michael Niedermayer 53db1cae1c data_size = 0 cleanup 20 years ago
  Michael Niedermayer c172913a24 cleanup 20 years ago
  Michael Niedermayer eea8c08fa8 cleanup & memleak fix 20 years ago
  Laurent Aimar e5017ab870 h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) 20 years ago
  Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 20 years ago
  Michael Niedermayer 598401ceea fix context=1 21 years ago
  Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Michael Niedermayer 2cbb7820c9 ffv1 rgb support 21 years ago
  Dan Christiansen dc7cb06ae0 gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 21 years ago
  Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago