index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
libxvid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-4
/
+4
*
libxvid: Create extradata in init using a dummy frame
Derek Buitenhuis
2016-04-19
1
-0
/
+41
*
lavc: Move mpeg_quant to codec private options
Vittorio Giovara
2016-01-21
1
-0
/
+10
*
lavc: Add missing mem.h header to libxvid and screenpresso
Vittorio Giovara
2015-11-12
1
-0
/
+1
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-1
/
+1
*
mpegvideo: Drop mpegvideo.h where not needed
Vittorio Giovara
2015-09-13
1
-1
/
+4
*
mpegvideo: Make sure mpegutils.h is included where needed
Vittorio Giovara
2015-09-13
1
-0
/
+1
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-10
/
+10
*
lavc: Deprecate avctx.me_method
Vittorio Giovara
2015-07-27
1
-11
/
+32
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+12
*
Add a quality factor packet side data
Vittorio Giovara
2015-07-20
1
-0
/
+6
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-4
/
+0
*
libxvid: Do not entangle coded_frame
Vittorio Giovara
2015-07-20
1
-9
/
+9
*
xvid: Check memory allocation
Vittorio Giovara
2015-05-31
1
-0
/
+6
*
libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safe
Vittorio Giovara
2015-04-24
1
-1
/
+8
*
libxvid: Return meaningful error messages
Himangi Saraogi
2015-02-17
1
-6
/
+6
*
libxvid: K&R formatting cosmetics
Gabriel Dume
2014-08-26
1
-244
/
+253
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-5
/
+5
*
libxvid: Drop PPC-specific CPU detection hack
Diego Biurrun
2014-07-22
1
-12
/
+0
*
lavc: make the xvid-specific "gmc" flag a private option of libxvid
Anton Khirnov
2014-05-01
1
-1
/
+8
*
libxvid: fix missing end of line character
Vittorio Giovara
2014-04-07
1
-1
/
+1
*
libxvid: Add SSIM displaying through a libxvidcore plugin
Timothy Gu
2014-04-06
1
-0
/
+19
*
libxvid: add working lumimasking and variance AQ
Timothy Gu
2014-04-06
1
-2
/
+45
*
libxvid: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-4
/
+4
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
libxvid: remove useless doxy comments.
Anton Khirnov
2012-10-22
1
-27
/
+0
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
libxvid: Give more suitable names to libxvid-related files.
Diego Biurrun
2012-05-09
1
-0
/
+788