index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for streams with different chroma_qp_index_offset
Andreas Öman
2007-07-06
1
-47
/
+67
*
Precompute a chroma_qp table with index offset for each pps,
Andreas Öman
2007-07-06
1
-21
/
+29
*
Compute the dequant coefficient table ptr outside the loop,
Andreas Öman
2007-07-06
1
-2
/
+4
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Don't swap back un-deblocked lines for intra prediction when
Andreas Öman
2007-06-21
1
-2
/
+12
*
Do not reuse the rbsp de-escape buffer if both
Andreas Öman
2007-06-20
1
-3
/
+6
*
Decouple bit context from h264 context in decode_ref_pic_marking()
Andreas Öman
2007-06-19
1
-8
/
+8
*
indentation
Andreas Öman
2007-06-18
1
-23
/
+23
*
Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%
Andreas Öman
2007-06-16
1
-44
/
+50
*
fix some printf format specifiers
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
-8
/
+8
*
h264: use 'simple' in border backup / xchg
Andreas Öman
2007-06-07
1
-7
/
+7
*
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...
Andreas Öman
2007-06-03
1
-2
/
+5
*
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-05-30
1
-14
/
+14
*
allocate PPS and SPS dynamically
Andreas Öman
2007-05-29
1
-15
/
+37
*
Export the four remaining H.264 decoder intra prediction functions for reuse in
Panagiotis Issaris
2007-05-23
1
-8
/
+8
*
Move attribute_unused to variable declarations in macros instead of
Reimar Döffinger
2007-05-17
1
-15
/
+12
*
Change some leftover __attribute__((unused)) and __attribute__((used)) to
Reimar Döffinger
2007-05-14
1
-4
/
+4
*
Remove duplicate #includes, avcodec.h #includes common.h.
Diego Biurrun
2007-05-11
1
-1
/
+0
*
split h264.c to move parser in its own file
Aurelien Jacobs
2007-05-10
1
-473
/
+3
*
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
[next]