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
/
h261dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
1
-2
/
+2
*
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-30
1
-4
/
+2
*
get rid of INIT_VLC_USE_STATIC in h261.
Michael Niedermayer
2009-04-11
1
-8
/
+8
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-4
/
+4
*
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 error_resilience to error_recognition.
Michael Niedermayer
2008-09-08
1
-1
/
+1
*
do not fail on qscale==0 if error resilience is high, fix broken quicktime h2...
Baptiste Coudurier
2008-08-02
1
-2
/
+5
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-05-30
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
typo: occured --> occurred
Diego Biurrun
2008-03-22
1
-2
/
+2
*
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
-5
/
+5
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
Måns Rullgård
2007-06-16
1
-1
/
+1
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-3
/
+3
*
Split the h261.c file into separate files for the encoder, decoder and common...
Panagiotis Issaris
2007-05-21
1
-0
/
+650