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
/
ituh263dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ituh263dec: use macro instead of #if
Vittorio Giovara
2015-01-29
1
-3
/
+1
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-10
/
+10
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-4
/
+4
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
ituh263: reject b-frame with pp_time = 0
Keiji Costantini
2014-03-01
1
-0
/
+2
*
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Anton Khirnov
2013-11-29
1
-2
/
+2
*
lavc: don't set AVFrame.pts to random numbers in decoders.
Anton Khirnov
2013-10-28
1
-1
/
+0
*
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
-1
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-13
/
+13
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-0
/
+1
*
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
-3
/
+3
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-5
/
+5
*
ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
Michael Niedermayer
2012-05-02
1
-0
/
+16
*
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2012-03-05
1
-2
/
+2
*
rv: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
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
-39
/
+39
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-4
/
+4
*
lavc: convert error_recognition to err_recognition.
Dustin Brody
2011-12-12
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
-14
/
+14
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-3
/
+3
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-12
/
+12
*
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
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
-4
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Use LOCAL_ALIGNED macro for local arrays
Måns Rullgård
2010-02-17
1
-1
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
Split H263 encoder and decoder from common code.
Michael Niedermayer
2010-01-09
1
-0
/
+1131