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
*
h264: restore a block mistakenly removed in e10fd08a
Anton Khirnov
2014-12-27
1
-0
/
+2
*
h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails
Michael Niedermayer
2014-12-03
1
-1
/
+1
*
h264: Fix memory leak on ff_h264_decode_init() failure
Dale Curtis
2014-12-03
1
-1
/
+3
*
display: fix order of operands
Vittorio Giovara
2014-11-13
1
-1
/
+1
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-1
/
+1
*
h264: reset ret to avoid propagating minor failures
Michael Niedermayer
2014-09-29
1
-0
/
+1
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-3
/
+3
*
h264: fix interpretation of interleved stereo modes
Felix Abecassis
2014-08-07
1
-2
/
+2
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
1
-4
/
+4
*
h264: K&R formatting cosmetics
Luca Barbato
2014-07-17
1
-10
/
+13
*
h264: parse display orientation SEI message
Vittorio Giovara
2014-07-09
1
-0
/
+15
*
h264: error out from decode_nal_units() when AV_EF_EXPLODE is set
Vittorio Giovara
2014-06-23
1
-5
/
+14
*
h264: Refactor decode_nal_units
Luca Barbato
2014-04-06
1
-59
/
+122
*
h264: Split h264 slice decoding from nal decoding
Luca Barbato
2014-03-23
1
-2514
/
+21
*
h264: move macroblock decoding into its own file
Vittorio Giovara
2014-03-23
1
-785
/
+0
*
h264 does not depend on mpegvideo any more
Vittorio Giovara
2014-03-16
1
-1
/
+0
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264: Remove MotionEstContext and move the relevant fields to H264Context
Vittorio Giovara
2014-03-16
1
-10
/
+3
*
h264: Replace mpegvideo-specific MAX_THREADS by private define
Vittorio Giovara
2014-03-16
1
-4
/
+4
*
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
Vittorio Giovara
2014-03-16
1
-11
/
+11
*
h264: move relevant fields from Picture to H264Picture
Vittorio Giovara
2014-03-16
1
-26
/
+47
*
er: move relevant fields from Picture to ERPicture
Vittorio Giovara
2014-03-16
1
-3
/
+5
*
h264: directly use frames in ff_h264_draw_horiz_band()
Vittorio Giovara
2014-03-16
1
-5
/
+5
*
Give IDCT matrix transpose macro a more descriptive name
Diego Biurrun
2014-02-27
1
-10
/
+10
*
h264: Fix a typo from the previous commit
Luca Barbato
2014-02-22
1
-1
/
+1
*
h264: Lower bound check for slice offsets
Vittorio Giovara
2014-02-20
1
-8
/
+10
*
h264: informative error reporting in decode_slice_header()
Luca Barbato
2014-02-18
1
-2
/
+6
*
h264: fix slice_type value reported in decode_slice_header()
Luca Barbato
2014-02-18
1
-1
/
+1
*
h264: drop outdated comments
Vittorio Giovara
2014-02-14
1
-1
/
+1
*
h264: store current_sps_id inside the current sps
Vittorio Giovara
2014-02-14
1
-3
/
+2
*
h264: print values in case of error
Vittorio Giovara
2014-02-14
1
-12
/
+12
*
h264: make context_count unsigned
Janne Grunau
2014-02-12
1
-2
/
+2
*
h264: reset data partitioning at the beginning of each decode call
Anton Khirnov
2014-02-04
1
-1
/
+10
*
avutil: remove timer.h include from internal.h
Janne Grunau
2014-01-25
1
-0
/
+1
*
h264: skip chroma edges at the picture boundary while deblocking 4:4:4
Janne Grunau
2014-01-22
1
-11
/
+13
*
h264: check that an IDR NAL only contains I slices
Anton Khirnov
2014-01-18
1
-0
/
+6
*
h264: reset ref count if decoding the slice header fails
Anton Khirnov
2014-01-18
1
-2
/
+3
*
h264: do not call field_end if we do not have a current picture
Anton Khirnov
2014-01-18
1
-1
/
+1
*
h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3
Anton Khirnov
2014-01-18
1
-3
/
+3
*
h264: reset first_field if frame_start() fails for missing refs
Anton Khirnov
2014-01-18
1
-1
/
+4
*
h264: check that execute_decode_slices() is not called too many times
Anton Khirnov
2014-01-06
1
-0
/
+6
*
h264: reject mismatching luma/chroma bit depths during sps parsing
Anton Khirnov
2014-01-06
1
-6
/
+0
*
h264: rebuild the default ref list if the reference count changes
Anton Khirnov
2014-01-06
1
-11
/
+23
*
h264: reset data_partitioning if decoding the slice header for NAL_DPA fails
Anton Khirnov
2014-01-03
1
-1
/
+6
*
h264: namespace the decode function
Luca Barbato
2013-12-27
1
-3
/
+3
*
h264: call av_frame_unref() instead of avcodec_get_frame_defaults().
Anton Khirnov
2013-12-11
1
-3
/
+3
*
h264: parse frame packing arrangement SEI messages and save relevant stereo3d...
Vittorio Giovara
2013-12-09
1
-0
/
+41
*
h264: check buffer size before accessing it
Anton Khirnov
2013-11-21
1
-1
/
+1
*
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
Anton Khirnov
2013-11-18
1
-7
/
+7
*
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-11-15
1
-5
/
+7
[next]