index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h261enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h261: Signal freeze picture release for intra frames
Stian Selnes
2015-07-07
1
-1
/
+1
*
h261: Set 'still image mode off' in picture header
Stian Selnes
2015-07-07
1
-2
/
+2
*
mpegvideo: Expand macro
Vittorio Giovara
2015-06-12
1
-1
/
+6
*
mpegvideo: Move tables to a separate file
Vittorio Giovara
2015-05-31
1
-0
/
+1
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-3
/
+3
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
h261: Move encoder/decoder shared table init to common code
Diego Biurrun
2013-04-10
1
-6
/
+1
*
h261: Move shared data tables from a header to a proper C file
Diego Biurrun
2013-04-10
1
-10
/
+14
*
h261: cosmetics: Move functions to avoid forward declarations
Diego Biurrun
2013-04-05
1
-76
/
+73
*
h261: K&R formatting and prettyprinting cosmetics
Diego Biurrun
2013-04-05
1
-104
/
+112
*
h261: Move ff_h261_rl_table_store declaration to header file
Diego Biurrun
2013-04-05
1
-2
/
+0
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-4
/
+4
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
2012-02-29
1
-0
/
+3
*
mpegvideo_enc: switch to encode2().
Anton Khirnov
2012-02-19
1
-1
/
+1
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-3
/
+3
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
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
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-7
/
+7
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Add include necessary for ff_set_qscale
Reimar Döffinger
2010-02-06
1
-0
/
+1
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Remove unused variable from h261_encode_block() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+1
*
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-2
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
Måns Rullgård
2007-06-16
1
-1
/
+1
*
Split the h261.c file into separate files for the encoder, decoder and common...
Panagiotis Issaris
2007-05-21
1
-0
/
+334