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
/
h261dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h261dec: Fix context initialization sequence
Michael Niedermayer
2014-12-18
1
-2
/
+1
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-1
/
+1
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-8
/
+8
*
h261dec: Fix order of initialization
John Stebbins
2014-08-14
1
-4
/
+6
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-1
/
+3
*
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-06-22
1
-0
/
+1
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-1
/
+1
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-5
/
+5
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
mpegvideo: do not set current_picture_ptr in decoders
Anton Khirnov
2013-12-05
1
-9
/
+0
*
h26[13]dec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-1
/
+4
*
lavc: don't set AVFrame.pts to random numbers in decoders.
Anton Khirnov
2013-10-28
1
-1
/
+0
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
h261: check the mtype index
Luca Barbato
2013-08-16
1
-0
/
+5
*
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-2
/
+2
*
h261: Move encoder/decoder shared table init to common code
Diego Biurrun
2013-04-10
1
-1
/
+1
*
h261: Move shared data tables from a header to a proper C file
Diego Biurrun
2013-04-10
1
-13
/
+12
*
h261: Move mvmap table to the only place it is used
Diego Biurrun
2013-04-05
1
-0
/
+4
*
h261: cosmetics: Move functions to avoid forward declarations
Diego Biurrun
2013-04-05
1
-90
/
+88
*
h261: K&R formatting and prettyprinting cosmetics
Diego Biurrun
2013-04-05
1
-225
/
+238
*
h261: Move ff_h261_rl_table_store declaration to header file
Diego Biurrun
2013-04-05
1
-2
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-5
/
+6
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-1
/
+1
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-2
/
+2
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
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
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+0
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2012-03-05
1
-1
/
+1
*
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-03-01
1
-1
/
+2
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-8
/
+8
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
mpegvideo: remove abort() in ff_find_unused_picture()
Andrey Utkin
2011-12-14
1
-0
/
+2
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-5
/
+5
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-1
/
+1
*
Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.
Diego Biurrun
2011-09-21
1
-2
/
+2
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-9
/
+8
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-7
/
+7
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-5
/
+5
*
lavc: remove FF_API_HURRY_UP cruft
Anton Khirnov
2011-04-26
1
-4
/
+0
*
lavc: mark hurry_up for removal on next major bump
Anton Khirnov
2011-04-02
1
-1
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-2
/
+2
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-07-07
1
-0
/
+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
[next]