75 Commits (432e27e6e7b653c2aafc05cd5f1bb74dc758a081)

Author SHA1 Message Date
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer fee2b97d56 avcodec/libxvid: add missing include 9 years ago
Vittorio Giovara e60a6e7545 mpegvideo: Drop mpegvideo.h where not needed 9 years ago
Vittorio Giovara 5d14cf1999 mpegvideo: Make sure mpegutils.h is included where needed 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 7fc8d8a1b3 libxvid: Do not entangle coded_frame 9 years ago
Vittorio Giovara fef2f4722b xvid: Check memory allocation 10 years ago
Michael Niedermayer c949a4500e avcodec/libxvid: remove now redundant init cleanup code 10 years ago
Vittorio Giovara 18db1286b0 libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safe 10 years ago
Himangi Saraogi a1e2c47cd4 libxvid: Return meaningful error messages 10 years ago
Michael Niedermayer e00499eb4c avcodec/libxvid: fix potential integer overflow 10 years ago
Michael Niedermayer 5c95de150f avcodec/libxvid: check for av_malloc*() failures 10 years ago
Lukasz Marek 4a0b1d9245 lavc/libxvid: workaround for bug in libxvidcore 10 years ago
Lukasz Marek 2a89afb376 lavc/libxvid: return meaningful error codes 10 years ago
Lukasz Marek efe34e87eb lavc/libxvid: fix mem leak in case of init failure 10 years ago
Gabriel Dume 0a02426826 libxvid: K&R formatting cosmetics 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 10 years ago
Diego Biurrun 67bc1ba5d7 libxvid: Drop PPC-specific CPU detection hack 10 years ago
Michael Niedermayer 39ea21713c avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Michael Niedermayer e881a96632 avcodec/libxvid: improve return codes 11 years ago
Anton Khirnov 6484149158 lavc: make the xvid-specific "gmc" flag a private option of libxvid 11 years ago
Vittorio Giovara 17a75a8c09 libxvid: fix missing end of line character 11 years ago
Timothy Gu c389a80494 libxvid: Add SSIM displaying through a libxvidcore plugin 11 years ago
Timothy Gu 5ce7ca68b8 libxvid: add working lumimasking and variance AQ 11 years ago
Carl Eugen Hoyos ee3fc8aa86 Fix libxvid crash on failing initialisation. 11 years ago
Anton Khirnov ffe04c3303 libxvid: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos 43353bf32c libxvid: guess a good aspect when we cant store the exact one. 11 years ago
Timothy Gu 3217a706e2 libxvid: Reduce the size of an array 11 years ago
Michael Niedermayer 1ccc2157ff avcodec/libxvid: Partially check plugins array size with assert 11 years ago
Michael Niedermayer 412df0a52f avcodec/libxvid: set lumi_aq for lumimasking 11 years ago
Timothy Gu b3f858b829 libxvid: cosmetics: Realign the code 11 years ago
Timothy Gu 3b3c1ed076 libxvid: Add SSIM displaying through a libxvidcore plugin 11 years ago
Timothy Gu ccb212b6c3 libxvid: add working lumimasking and variance AQ 11 years ago
Michael Niedermayer 4f0d4acc70 libxvid: cleanup on error pathes 12 years ago
Michael Niedermayer 667bf15652 libxvid: check & clear encoder_handle 12 years ago
Michael Niedermayer 8fe59240a1 libxvid: use av_freep() for saftey 12 years ago
Michael Niedermayer 6a8f6c773d libxvid: remove temporary files at the end 12 years ago
Anton Khirnov 5957aefc7c libxvid: remove useless doxy comments. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago