41 Commits (309fe16a126c6c00cc60070de3190cf23f5570fb)

Author SHA1 Message Date
Michael Niedermayer 9d4ab1380a Use avpriv_tempfile() 9 years ago
Himangi Saraogi a1e2c47cd4 libxvid: Return meaningful error messages 10 years ago
Michael Niedermayer 3ab82e9206 avcodec/libxvid_rc: Avoid strerror() for thread saftey 10 years ago
Michael Niedermayer dd5c2fe177 avcodec: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Gabriel Dume 0a02426826 libxvid: K&R formatting cosmetics 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
Michael Niedermayer 39ea21713c avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Rémi Denis-Courmont fee9db1fdf libavcodec: use avpriv_open() 11 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 229ccce6cc libxvid_rc: fix leaks in ff_xvid_rate_control_init() 12 years ago
Diego Biurrun c8b4a3999b libxvid: Give more suitable names to libxvid-related files. 13 years ago
Diego Biurrun 5b432d66ce libxvid: Separate libxvid encoder from libxvid rate control code. 13 years ago
Diego Biurrun 7a0cb74fee libxvid: drop some pointless dead code 13 years ago
Diego Biurrun 18e8fef7c9 libxvid: remove disabled code 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Michael Niedermayer 25f35df115 xvid_rc: check that write() succeeded. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Michael Niedermayer 74dbb5388e av_tempfile: Pass int log_offset, void *log_ctx 13 years ago
Michael Niedermayer 885158c887 Move av_tempfile() into libavutil, it is a generically usefull thing and its small. 13 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
Måns Rullgård a2ab5ad5f1 Rename av_tempfile() to ff_tempfile() 15 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Diego Biurrun cb690cadaf Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Corey Hickey 1005f542b2 - Add new file internal.h for common internal-use-only functions. 19 years ago
Michael Niedermayer 83378d0de5 various fixes for xvid_rc 19 years ago
Michael Niedermayer 0adba3d88b fixing bquant_offset 19 years ago
Michael Niedermayer 64b7c5b6f6 xvid ratecontrol support 19 years ago