49 Commits (54c7e81a53cd6c29d4f8673d83f53adef73e9b72)

Author SHA1 Message Date
Reimar Döffinger f6afacdb3b nuv: check per-frame header for validity. 13 years ago
Reimar Döffinger 785baa738a nuv: use FFALIGN. 13 years ago
Reimar Döffinger 266f6eefc6 nuv: do not use data not initialized by LZO decompression. 13 years ago
Reimar Döffinger 95e1dfee76 nuv: Fix combination of size changes and LZO compression. 13 years ago
Reimar Döffinger 6f3ebcc320 Check NUV per-frame header for validity. 13 years ago
Reimar Döffinger 7f6c828f2e Use FFALIGN. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 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
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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
Reimar Döffinger 4be170c937 Use av_fast_malloc instead of av_realloc. 14 years ago
Reimar Döffinger e7b95918fc Use av_fast_malloc instead of av_realloc. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 19a9a49e84 Simplify: reget_buffer behaves exactly like get_buffer if the buffer was 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Reimar Döffinger 5133816627 Set AVFrame.reference correctly for nuv decoder. 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 16 years ago
Reimar Döffinger 2881a656ff Fix nuv decoder to use reget_buffer for non-keyframes and correctly 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 07311324a3 const 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Reimar Döffinger ba430e0cfa dsputil must be initialized before calling rtjpeg init. 17 years ago
Reimar Döffinger 1551e8e87f Properly handle nuv file with changing resolution 17 years ago
Reimar Döffinger fd065d0593 Make sure rtjpeg quality is a valid value 17 years ago
Reimar Döffinger 6cf7e81f8c Fix extreme stupidity: buffer size check must of course be before buffer use! 17 years ago
Reimar Döffinger 048905a484 10l, add check forgotten in last commit 17 years ago
Reimar Döffinger 4f8a91c961 First ugly and slow attempt to fix nuv files with extra frameheader 17 years ago
Reimar Döffinger c612b00d7e Simplify nuv: factor out LZO decompression 17 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Reimar Döffinger dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 years ago