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
/
asv1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+4
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-1
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-11-09
1
-5
/
+5
*
Remove silly casts to the same type as we already have.
Reimar Döffinger
2009-10-15
1
-5
/
+5
*
Add missing release_buffer at decode end for asv1 decoder.
Reimar Döffinger
2009-10-15
1
-0
/
+3
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-2
/
+2
*
Remove some unnecessary alignment specifiers
Måns Rullgård
2009-08-26
1
-2
/
+2
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-1
/
+3
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-0
/
+1
*
Get rid of INIT_VLC_USE_STATIC in asv1.
Michael Niedermayer
2009-04-11
1
-10
/
+10
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-5
/
+5
*
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
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-6
/
+6
*
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-03
1
-8
/
+8
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-4
/
+4
*
Add ASUS V1/V2 decoder codec long names.
Stefano Sabatini
2008-05-29
1
-0
/
+2
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
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
-5
/
+5
*
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-03-05
1
-3
/
+3
*
const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
Aurelien Jacobs
2007-08-21
1
-0
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-0
/
+4
*
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Michael Niedermayer
2006-09-20
1
-0
/
+2
*
add assert to clarify that we know what we are doing
Michael Niedermayer
2006-03-10
1
-0
/
+1
*
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
-45
/
+45
*
ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)
Roine Gustafsson
2005-05-07
1
-19
/
+0
*
PIX_FMT_NONE and related fixes
Michael Niedermayer
2005-04-25
1
-0
/
+1
*
make reverse[] non static
Michael Niedermayer
2005-03-26
1
-5
/
+5
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-5
/
+0
*
av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>)
Kurosu
2005-01-12
1
-1
/
+1
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-1
/
+7
*
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-11-27
1
-5
/
+5
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
cleanup & memleak fix
Michael Niedermayer
2004-04-30
1
-2
/
+0
*
get_bit_count -> put_bits_count
Alex Beregszaszi
2004-02-06
1
-2
/
+2
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-3
/
+3
*
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-12
1
-1
/
+1
*
asv2 encoding
Michael Niedermayer
2003-09-01
1
-14
/
+84
[next]