index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: initialize H264Context.avctx in init_thread_copy
Anton Khirnov
2015-02-21
1
-0
/
+1
*
h264: Do not share rbsp_buffer across threads
Michael Niedermayer
2015-01-28
1
-0
/
+4
*
h264: drop any pretense of support for data partitioning
Anton Khirnov
2015-01-27
1
-42
/
+3
*
h264: do not reset the ref lists in flush_change()
Anton Khirnov
2015-01-27
1
-4
/
+0
*
h264: move parser-only variables to their own context
Anton Khirnov
2015-01-27
1
-7
/
+0
*
error_resilience: move the MECmpContext initialization into ER code
Anton Khirnov
2015-01-27
1
-5
/
+0
*
h264: simplify code in flush_dpb()
Anton Khirnov
2015-01-27
1
-5
/
+1
*
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
[next]