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
*
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
*
h264: free the tables and uninitialize the context on flush
Anton Khirnov
2013-11-14
1
-0
/
+3
*
hwaccel: Simplify ff_find_hwaccel
Luca Barbato
2013-11-10
1
-1
/
+1
*
h264: wait for initial complete frame before outputing frames
John Stebbins
2013-10-31
1
-4
/
+40
*
h264: Check all allocations
Derek Buitenhuis
2013-10-29
1
-7
/
+18
*
lavc: Convert some remaining strides to ptrdiff_t
Ronald S. Bultje
2013-10-15
1
-1
/
+1
*
h264_parser: Fix POC parsing for the case where MMCO_RESET is present.
Yusuke Nakamura
2013-10-15
1
-39
/
+50
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
h264: do not reinitialize the global cabac tables at each slice header
Anton Khirnov
2013-09-24
1
-1
/
+2
*
h264: do not discard NAL_SEI when skipping frames
Rainer Hochecker
2013-09-24
1
-2
/
+3
*
h264: log extradata skip only for non-ignored NALs
Vittorio Giovara
2013-09-24
1
-2
/
+5
*
h264: remove an unused static constant
Vittorio Giovara
2013-09-20
1
-2
/
+0
*
h264data: Move some tables to the only place they are used
Diego Biurrun
2013-08-20
1
-0
/
+87
*
avcodec: Remove some commented-out debug cruft
Diego Biurrun
2013-08-20
1
-1
/
+0
*
h264: check one context_init() allocation
Vittorio Giovara
2013-08-10
1
-1
/
+5
*
h264: use explicit variable names for *_field_flag
Vittorio Giovara
2013-08-10
1
-2
/
+5
*
h264: return meaningful values
Vittorio Giovara
2013-08-10
1
-77
/
+94
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-47
/
+1
*
avcodec: Add output_picture_number to AVCodecParserContext
Yusuke Nakamura
2013-08-02
1
-2
/
+1
*
h264: K&R formatting cosmetics
Diego Biurrun
2013-07-27
1
-144
/
+154
*
h264_parser: Set field_order and picture_structure.
Yusuke Nakamura
2013-05-24
1
-6
/
+6
*
h264: Drop unused variable
Diego Biurrun
2013-04-22
1
-1
/
+1
*
dsputil: Remove dct_bits
Ronald S. Bultje
2013-04-19
1
-1
/
+0
*
h264: fully support cropping.
Anton Khirnov
2013-04-19
1
-19
/
+68
[next]