30 Commits (d620b1f9de57573c8fb5b5035578d10c49df91a6)

Author SHA1 Message Date
  Michael Niedermayer 549fcba8fc avcodec/dirac_parser: Fix overflow in dts 6 years ago
  Rostislav Pehlivanov 053900ca4c dirac: add more parse codes from the specifications 9 years ago
  Rostislav Pehlivanov 7d8891593c dirac_parser: add exceptions for Dirac inter parse codes 9 years ago
  Rostislav Pehlivanov a849ebb54e dirac_parser: Improve parsing and silence pointless warnings 9 years ago
  Michael Niedermayer a08681f1e6 avcodec/dirac_parser: Check that there is a previous PU before accessing it 10 years ago
  Michael Niedermayer c7d6ec947c avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset 10 years ago
  Michael Niedermayer 79798f7c57 avcodec/dirac_parser: Fix potential overflows in pointer checks 10 years ago
  Michael Niedermayer daefd8ab2f avcodec/dirac_parser: Fix undefined memcpy() use 10 years ago
  Michael Niedermayer 3521c70dab avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memory 11 years ago
  Carl Eugen Hoyos 80ca627abb Check for oom in the dirac parser. 11 years ago
  Gabriel Dume 9752d07d33 dirac: K&R formatting cosmetics 11 years ago
  Michael Niedermayer 2b643855e0 dirac_parser: check prev_pu_offset before using it 13 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 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
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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 49bd8e4b84 Fix grammar errors in documentation 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 17 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 17 years ago
  Anuradha Suraparaju 64bfc5845b Fix incorrectly constructed Dirac parse units that caused A/V sync loss. 17 years ago
  Diego Biurrun 575e696ce4 Add Dirac parser from SoC; written by Marco Gerards; 17 years ago