32 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Jordi Ortiz 38f06a1415 libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store pts 13 years ago
  Diego Biurrun fdc918632f libschroedinger: Switch to function names more in line with Libav style. 13 years ago
  Diego Biurrun 9cef0669c4 Move code shared between libdirac and libschroedinger to libschroedinger. 13 years ago
  Diego Biurrun 1f4f752117 libschroedinger: Move a function to avoid a forward declaration. 13 years ago
  Jordi Ortiz a7fa5ce671 libschroedingerdec: check malloc 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Diego Biurrun 45235d69c2 libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun 8886d75263 libschroedingerdec: Remove write-only variable. 14 years ago
  Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini a63dbf3970 Fix the compilation of some libavcodec/lib* files which were not 14 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Anuradha Suraparaju d15f2e00c5 Fix bug caused by difference in stride and picture width. 15 years ago
  Diego Biurrun 0ebe3b8e2b cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
  Diego Biurrun 735a38045a Remove useless braces around if/for/while expressions. 15 years ago
  Diego Biurrun 7c809dc3e2 Simplify 'if' condition statements. 15 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Anuradha Suraparaju 64bfc5845b Fix incorrectly constructed Dirac parse units that caused A/V sync loss. 16 years ago
  Anuradha Suraparaju 733cec1d73 Parse frames to feed the decoder with individual parse units. 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Diego Biurrun 9f4aa35359 missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
  Aurelien Jacobs 931141055b remove useless comment 17 years ago
  Carl Eugen Hoyos 35027eddf3 Do not return -1 from void functions. 17 years ago
  Anuradha Suraparaju f7cd9eed5d Add Dirac support through libschroedinger. 17 years ago