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
/
ituh263enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h263enc: keep block_last_index always valid during advanced intra coding
Janne Grunau
2014-06-11
1
-5
/
+3
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-4
/
+0
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-3
/
+6
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-3
/
+3
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-4
/
+4
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-22
/
+22
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
mpeg124: use sign_extend() function
Mans Rullgard
2011-10-09
1
-3
/
+2
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-3
/
+3
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-5
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
cosmetics, indentation
Baptiste Coudurier
2010-10-21
1
-1
/
+1
*
10l fix h263+ encoder, format will be 8, array size is 8 not 7
Baptiste Coudurier
2010-10-21
1
-2
/
+2
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Better title for the file.
Michael Niedermayer
2010-01-12
1
-1
/
+1
*
Add missing internal.h to files calling ff_match_2uint16().
Alexander Strange
2010-01-11
1
-0
/
+1
*
Add a function to match a 2 element vector of uint16_t and use it in h263 and...
Michael Niedermayer
2010-01-09
1
-17
/
+1
*
Split H263 encoder and decoder from common code.
Michael Niedermayer
2010-01-09
1
-0
/
+857