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
/
lcldec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move variable into block where it is used, avoiding a unused variable
Reimar Döffinger
2009-05-31
1
-1
/
+1
*
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG...
Reimar Döffinger
2009-05-31
1
-15
/
+15
*
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible
Reimar Döffinger
2009-05-31
1
-15
/
+6
*
lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
Reimar Döffinger
2009-05-31
1
-8
/
+8
*
Get rid of extradata casts, it already has the right uint8_t * type
Reimar Döffinger
2009-05-31
1
-5
/
+5
*
Make lcldec produce YUV output when the input file is coded like that, instead
Reimar Döffinger
2009-05-31
1
-103
/
+59
*
Use memcpy instead of per-pixel copy loop for rgb lcl format
Reimar Döffinger
2009-05-30
1
-6
/
+2
*
Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...
Reimar Döffinger
2009-05-30
1
-30
/
+30
*
Use av_clip_uint8 instead of equivalent but unoptimzed code,
Reimar Döffinger
2009-05-29
1
-5
/
+1
*
Use AV_R/WN32 instead of direct integer copying.
Jeff Downs
2009-05-27
1
-1
/
+1
*
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
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix filenames in Doxygen comments.
Diego Biurrun
2009-01-26
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-10
/
+10
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to 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
-2
/
+2
*
Remove duplicate ;
Reimar Döffinger
2008-02-19
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
indent
Måns Rullgård
2007-07-12
1
-363
/
+363
*
remove useless LclDecContext.avctx field
Måns Rullgård
2007-07-12
1
-4
/
+0
*
split lcl.c into lcldec.c, lclenc.c, lcl.h
Måns Rullgård
2007-07-12
1
-0
/
+719
[prev]