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
*
Split (picture|seq) parameter set decoding out of h264.c.
Michael Niedermayer
2010-01-12
1
-432
/
+1
*
Split SEI code off h264.c.
Michael Niedermayer
2010-01-12
1
-176
/
+3
*
Split direct mode (macro)block decoding off h264.c.
Michael Niedermayer
2010-01-12
1
-434
/
+7
*
Split h264 loop filter off h264.c.
Michael Niedermayer
2010-01-12
1
-679
/
+2
*
Get rid of #include "svq3.c"
Michael Niedermayer
2010-01-12
1
-193
/
+25
*
Export fullrange flag and color information for h.264
David Conrad
2010-01-11
1
-6
/
+24
*
Export get_slice_type() as ff_h264_get_slice_type().
Laurent Aimar
2010-01-09
1
-0
/
+12
*
Always initialize bit_depth_luma and bit_depth_chroma in the H264
Laurent Aimar
2010-01-09
1
-0
/
+2
*
Log unknown NAL code from correct context
Andreas Öman
2010-01-08
1
-1
/
+1
*
End startcode prefix search at the end of a AVC unit.
Michael Niedermayer
2009-12-09
1
-1
/
+2
*
Reduce warnings about too few consumed bytes to debug level.
Michael Niedermayer
2009-12-08
1
-5
/
+1
*
Call ff_find_hwaccel() after calling avcodec_set_dimensions().
Reimar Döffinger
2009-11-24
1
-15
/
+16
*
Use avcodec_set_dimensions()
Michael Niedermayer
2009-11-23
1
-2
/
+1
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
1
-1
/
+1
*
Reset rbsp buffer size when freeing its data buffer.
Mike Scheutzow
2009-11-13
1
-0
/
+2
*
indent
Michael Niedermayer
2009-11-10
1
-1
/
+1
*
Cosmetics: Fix indentation after r20505.
Carl Eugen Hoyos
2009-11-10
1
-1
/
+1
*
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test
Carl Eugen Hoyos
2009-11-10
1
-3
/
+1
*
Try to fix has_b_frame calculation for open gop files.
Michael Niedermayer
2009-11-10
1
-5
/
+8
*
Remove casts that are useless since the argument is void *.
Reimar Döffinger
2009-10-06
1
-1
/
+1
*
Cosmetics: Fix typo.
Carl Eugen Hoyos
2009-09-23
1
-1
/
+1
*
Check num_units_in_tick/time_scale to be valid and within the range we support.
Michael Niedermayer
2009-09-23
1
-0
/
+4
*
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Ramiro Polla
2009-09-06
1
-12
/
+12
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
H.264: Check the return value of decode_vui_parameters()
Alexander Strange
2009-07-04
1
-1
/
+2
*
H.264: Don't set data_partitioning for invalid NAL_DPA.
Alexander Strange
2009-07-03
1
-1
/
+4
*
Fix nalsize check to avoid an integer overflow that made the check
Reimar Döffinger
2009-06-30
1
-1
/
+1
*
Improve wording: s/reseted/reset
Haruhiko Yamagata
2009-06-24
1
-5
/
+5
*
Fix H.264 picture reordering, 2nd try.
Haruhiko Yamagata
2009-06-23
1
-3
/
+5
*
Revert r19239: It broke four conformance tests.
Carl Eugen Hoyos
2009-06-20
1
-3
/
+3
*
Fix H.264 picture reordering.
Haruhiko Yamagata
2009-06-20
1
-3
/
+3
*
H.264: Fix memory leaks with multithreading.
Alexander Strange
2009-06-16
1
-2
/
+3
*
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine
Haruhiko Yamagata
2009-06-09
1
-6
/
+21
*
Fix sei_ct_type check so it does not mistreat ct_type= unknown.
Michael Niedermayer
2009-06-03
1
-1
/
+1
*
Print ct_type and pic_struct.
Michael Niedermayer
2009-06-03
1
-0
/
+3
*
remove unused hack which set AVCodecContext frame_number to pic timestamp
Baptiste Coudurier
2009-05-30
1
-5
/
+0
*
H264: Don't deblock if alpha or beta is 0.
Haruhiko Yamagata
2009-05-24
1
-0
/
+4
*
Add a chroma_sample_location field to define positioning of chroma samples
David Conrad
2009-05-11
1
-1
/
+2
*
Support broken avc nal encapsulation.
Michael Niedermayer
2009-04-16
1
-4
/
+5
*
Fix 2 access units in a packet mp4s.
Michael Niedermayer
2009-04-12
1
-1
/
+7
*
Get rid of the non sensical idea of using the current picture for missing
Michael Niedermayer
2009-04-12
1
-1
/
+4
*
Factorize field_end() out.
Michael Niedermayer
2009-04-12
1
-40
/
+46
*
Assert that the first list1 entry is a reference frame.
Michael Niedermayer
2009-04-12
1
-0
/
+2
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-1
/
+1
*
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread
Reimar Döffinger
2009-04-10
1
-1
/
+1
*
Add forgotten void return type to ff_h264_free_context
Reimar Döffinger
2009-04-10
1
-1
/
+1
*
Add a ff_h264_free_context function and call it from the H.264 parser.
Reimar Döffinger
2009-04-10
1
-3
/
+9
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Print timing_info on -debug 1.
Michael Niedermayer
2009-03-13
1
-2
/
+4
*
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit
Diego Biurrun
2009-03-05
1
-2
/
+2
[next]