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
/
cljr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: set defaults in internal codec frames
Stefano Sabatini
2011-05-07
1
-0
/
+1
*
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-28
1
-2
/
+2
*
Check if buffer is large enough for given resolution.
Daniel Kang
2011-01-07
1
-0
/
+5
*
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
-2
/
+2
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Remove unused variables.
Diego Biurrun
2009-02-08
1
-1
/
+0
*
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
Diego Biurrun
2009-02-08
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+4
*
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
Diego Biurrun
2008-09-03
1
-6
/
+4
*
Surround some encoding-specific functions with the appropriate
Diego Biurrun
2008-09-03
1
-0
/
+4
*
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-03
1
-4
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-3
/
+3
*
remove more useless mpegvideo.h includes
Aurelien Jacobs
2008-03-05
1
-3
/
+4
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-7
/
+7
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-9
/
+9
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-0
/
+2
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-5
/
+0
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
cleanup & memleak fix
Michael Niedermayer
2004-04-30
1
-8
/
+1
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-1
/
+1
*
removed unused variables
Fabrice Bellard
2003-08-24
1
-11
/
+3
*
410p -> 411p
Alex Beregszaszi
2003-07-27
1
-4
/
+3
*
CLJR decoding support
Alex Beregszaszi
2003-07-27
1
-0
/
+177