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
/
mdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Release buffer when the codec is closed.
Reimar Döffinger
2010-01-23
1
-0
/
+2
*
Use qstride = 0 and allocate only a single line for qscale_table since
Reimar Döffinger
2010-01-23
1
-3
/
+3
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
mdec: remove unused members from struct MDECContext
Måns Rullgård
2009-08-25
1
-2
/
+0
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-1
/
+3
*
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
*
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
Diego Biurrun
2008-08-20
1
-1
/
+1
*
cosmetics: comment spelling/grammar fixes
Diego Biurrun
2008-08-20
1
-6
/
+6
*
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
Diego Biurrun
2008-08-19
1
-1
/
+2
*
Remove pointless AVFrame* casting.
Alexander Strange
2008-06-27
1
-4
/
+4
*
Remove duplicate emms.
Alexander Strange
2008-06-27
1
-2
/
+0
*
Remove commented-out code.
Alexander Strange
2008-06-27
1
-12
/
+1
*
Export qscale so that postprocessing works.
Alexander Strange
2008-06-27
1
-2
/
+2
*
Remove unused PutBitContext.
Alexander Strange
2008-06-27
1
-1
/
+0
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
Stefano Sabatini
2008-05-14
1
-0
/
+1
*
Increase alignment for DCT block arrays from 8 to 16
Alexander Strange
2008-04-08
1
-1
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-3
/
+3
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Fix missing chroma in version 3 STR.
Alexander Strange
2007-12-05
1
-3
/
+4
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-2
/
+2
*
add proper ff_ prefix to new extern symbols
Aurelien Jacobs
2007-07-05
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-02-05
1
-3
/
+3
*
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Diego Biurrun
2006-01-25
1
-1
/
+1
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-17
/
+17
*
set pix_fmt
Michael Niedermayer
2005-08-13
1
-0
/
+1
*
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
Michael Niedermayer
2005-04-18
1
-1
/
+1
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-5
/
+0
*
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-09-27
1
-2
/
+2
*
more data_size=0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
cleanup & memleak fix
Michael Niedermayer
2004-04-30
1
-2
/
+0
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-2
/
+2
*
quiet
Mike Melanson
2003-10-15
1
-1
/
+1
*
100l
Michael Niedermayer
2003-09-01
1
-1
/
+1
*
more fixes
Michael Niedermayer
2003-09-01
1
-10
/
+11
*
some fixes (still buggy though)
Michael Niedermayer
2003-09-01
1
-23
/
+4
*
skip preamble bytes
Mike Melanson
2003-09-01
1
-1
/
+4
*
10l (big vs. little endian)
Michael Niedermayer
2003-08-30
1
-3
/
+3
*
removed unused variable
Fabrice Bellard
2003-08-24
1
-1
/
+0
*
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...
Michael Niedermayer
2003-08-22
1
-0
/
+292
[prev]