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
/
h263.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: Drop deprecated extended aspect ratio symbol
Vittorio Giovara
2017-03-23
1
-2
/
+0
*
ituh263dec: Have function signature match across declaration and definition
Diego Biurrun
2016-11-03
1
-1
/
+5
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-2
/
+2
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
mpegvideo: h263: Move all tables to a single file
Vittorio Giovara
2015-06-12
1
-29
/
+1
*
mpegvideo: Drop flags and flags2
Vittorio Giovara
2015-05-22
1
-1
/
+1
*
h263: Convert function to macro
Vittorio Giovara
2015-04-28
1
-1
/
+2
*
h263: Drop commented-out code and a related otherwise unused function
Vittorio Giovara
2015-04-28
1
-7
/
+0
*
lavu: move internal define to the only places where it is used
Vittorio Giovara
2014-11-24
1
-0
/
+1
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-1
/
+1
*
lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
Anton Khirnov
2013-10-31
1
-0
/
+4
*
avcodec: Replace local extern declarations for tables with header #includes
Diego Biurrun
2013-08-15
1
-0
/
+4
*
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
Ronald S. Bultje
2013-03-06
1
-0
/
+2
*
h263: remove an unused parameter from ff_h263_decode_init_vlc
Anton Khirnov
2013-02-06
1
-1
/
+1
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-4
/
+4
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-1
/
+1
*
mpegvideo_enc: add cbp_rd flag to mpv_flags.
Anton Khirnov
2012-02-29
1
-1
/
+1
*
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-21
/
+21
*
lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
Anton Khirnov
2011-10-23
1
-42
/
+0
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-3
/
+3
*
Add lots of missing includes
Måns Rullgård
2010-03-08
1
-0
/
+6
*
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
Måns Rullgård
2010-03-06
1
-1
/
+0
*
Split H263 encoder and decoder from common code.
Michael Niedermayer
2010-01-09
1
-0
/
+68
*
Rename most non static h263 tables so their name contains h263.
Michael Niedermayer
2010-01-08
1
-11
/
+11
*
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
2010-01-07
1
-0
/
+178
*
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
Diego Biurrun
2009-12-30
1
-30
/
+0
*
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
Diego Biurrun
2009-12-30
1
-5
/
+1
*
Get rid of pointless CONFIG_WMV_DECODER definition.
Diego Biurrun
2009-12-30
1
-1
/
+2
*
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
Diego Biurrun
2009-12-30
1
-5
/
+0
*
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
Diego Biurrun
2009-12-28
1
-7
/
+1
*
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or
Diego Biurrun
2009-08-05
1
-2
/
+0
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-17
/
+17
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Avoid linking with h263.c functions when the relevant codecs
Aurelien Jacobs
2007-07-10
1
-0
/
+46