46 Commits (82b7525173f20702a8cbc26ebedbf4b69b8fecec)

Author SHA1 Message Date
  Anton Khirnov 32c8359093 lavc: export the timestamps when decoding in AVFrame.pts 9 years ago
  Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
  Vittorio Giovara 6fdd4c678a libschroedinger: Properly use AVFrame API 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Vittorio Giovara e570f895cd libschroedinger: Check memory allocations 10 years ago
  Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Justin Ruggles 699d02b839 libschroedinger: cosmetics: rename variable avccontext to avctx 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 7ebe3962f3 Add missing includes for code relying on external libraries 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  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