index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
1
-4
/
+4
*
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun
2007-05-05
1
-3
/
+3
*
Remove unused variable.
Diego Biurrun
2007-05-02
1
-2
/
+0
*
prevent going out of the buffer if the nal size does not fit in the buffer.
Mean
2007-04-29
1
-1
/
+1
*
Mark code parts that cannot work on AMD64 due to broken relocations as such.
Diego Biurrun
2007-04-27
1
-1
/
+1
*
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
Diego Biurrun
2007-04-26
1
-1
/
+1
*
add a check before find_frame_end call
Limin Wang
2007-04-11
1
-1
/
+2
*
When dst_length == 0 bit_length has to be 0, too, but the current code still
Reinhard Nissl
2007-04-09
1
-1
/
+1
*
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
Reinhard Nissl
2007-04-09
1
-1
/
+1
*
scenario: A properly coded frame is followed by an end of sequence NAL unit,
Reinhard Nissl
2007-04-09
1
-1
/
+1
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
*
changes some function declarations from () to (void) as per ansi c.
Stefan Huehner
2007-04-04
1
-1
/
+1
*
Fix compilation when using the --disable-opts parameter. This to help those
Panagiotis Issaris
2007-03-29
1
-1
/
+1
*
reindent after last commit
Baptiste Coudurier
2007-03-14
1
-9
/
+9
*
h264 complete frames parsing support
Baptiste Coudurier
2007-03-14
1
-0
/
+4
*
check for no frame and prevent segfault
Michael Niedermayer
2007-03-03
1
-0
/
+5
*
support feeding individual NAL units to the decoder instead of just complete ...
Michael Niedermayer
2007-03-02
1
-31
/
+34
*
Supply context to tprintf
Michel Bardiaux
2007-02-27
1
-59
/
+59
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-17
/
+17
*
rewrite find_frame_end()
Michael Niedermayer
2007-02-25
1
-25
/
+38
*
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...
Alexander Strange
2007-02-24
1
-19
/
+46
*
output delayed frames
Michael Niedermayer
2007-02-21
1
-0
/
+20
*
cosmetics: Fix a common typo, sepErate --> sepArate.
Diego Biurrun
2007-02-21
1
-3
/
+3
*
simplify in fill_caches
Loren Merritt
2007-02-19
1
-29
/
+16
*
factorize more calls to fill_rectangle()
Michael Niedermayer
2007-02-18
1
-6
/
+9
*
factorize fill_rectangle() calls
Michael Niedermayer
2007-02-18
1
-8
/
+8
*
factorize fill_rectangle()
Michael Niedermayer
2007-02-16
1
-32
/
+33
*
replace list<2 checks by list<list_count
Michael Niedermayer
2007-02-16
1
-26
/
+15
*
fix 2nd ref_count check
Michael Niedermayer
2007-02-16
1
-2
/
+8
*
fix ref_count check
Michael Niedermayer
2007-02-16
1
-1
/
+1
*
factorize mv_cache and mvd_cache init
Michael Niedermayer
2007-02-16
1
-29
/
+25
*
simplify
Michael Niedermayer
2007-02-16
1
-1
/
+1
*
always decode extradata when of non-avc stream (like RTSP)
Francois Oligny-Lemieux
2007-02-09
1
-1
/
+1
*
fix segfault with darkkben.free.fr/corrupted_h264.mp4
Michael Niedermayer
2007-01-23
1
-2
/
+2
*
flame
Michael Niedermayer
2007-01-23
1
-1
/
+1
*
check num_reorder_frames for validity
Michael Niedermayer
2007-01-23
1
-3
/
+11
*
adding assert to protect delayed_pic
Michael Niedermayer
2007-01-23
1
-0
/
+3
*
checking bitstream values and other related changes
Michael Niedermayer
2007-01-20
1
-50
/
+118
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-2
/
+2
*
remove useless cast that makes code unreadable
Guillaume Poirier
2007-01-19
1
-2
/
+2
*
harden h264 decoding to prevent some crashes when input data is corrupted.
Francois Oligny-Lemieux
2007-01-19
1
-19
/
+46
*
Avoid calling decode_slice when context_initialized is not set.
Reimar Döffinger
2007-01-16
1
-0
/
+1
*
fix 16 CABAC_BIT * 10l bug introduced in r6578
Michael Niedermayer
2007-01-13
1
-1
/
+4
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-2
/
+2
*
Making rem6 and div6 globally visible and thus adding prefixes.
Panagiotis Issaris
2006-12-07
1
-4
/
+13
*
Removing unused code
Panagiotis Issaris
2006-12-07
1
-36
/
+0
*
Export symbols of several H.264 intra prediction functions
Panagiotis Issaris
2006-12-06
1
-20
/
+20
*
fix crash when decoding a truncated H264 slice
Alexander Chemeris
2006-12-05
1
-0
/
+4
*
Removing unused code
Panagiotis Issaris
2006-12-05
1
-75
/
+0
*
Change NAL unit type defines to an enum and move to a header file for usage
Panagiotis Issaris
2006-12-05
1
-14
/
+0
[next]