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_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264_parser: Rename close() to h264_close()
Diego Biurrun
2015-11-01
1
-2
/
+2
*
h264: drop the now unused per-slice H264Contexts
Anton Khirnov
2015-03-21
1
-1
/
+0
*
h264: move rbsp_buffer into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: use a separate GetBitContext for slice data
Anton Khirnov
2015-03-21
1
-19
/
+21
*
h264: move the ref lists variables into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move the slice type variables into the per-slice context
Anton Khirnov
2015-03-21
1
-5
/
+5
*
h264: split weighted pred-related vars into per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+8
*
h264_parser: export video format and dimensions
Anton Khirnov
2015-02-19
1
-0
/
+29
*
h264_parser: restore a comment lost in 0268a54
Anton Khirnov
2015-01-27
1
-0
/
+1
*
h264: move parser-only variables to their own context
Anton Khirnov
2015-01-27
1
-14
/
+26
*
h264_parser: don't stop on SPS_EXT in split
John Stebbins
2014-11-11
1
-2
/
+4
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
h264: Move start code search functions into separate source files.
Ben Avison
2014-08-04
1
-1
/
+1
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264_parser: use enum values in h264_find_frame_end()
Vittorio Giovara
2014-02-15
1
-3
/
+5
*
h264: print values in case of error
Vittorio Giovara
2014-02-14
1
-4
/
+5
*
h264_parser: Use ff_h264_reset_sei()
Yusuke Nakamura
2013-10-22
1
-5
/
+2
*
h264_parser: Fix order of operations
Michael Niedermayer
2013-10-22
1
-1
/
+1
*
h264_parser: Fix POC parsing for the case where MMCO_RESET is present.
Yusuke Nakamura
2013-10-15
1
-8
/
+102
*
h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.
Yusuke Nakamura
2013-10-15
1
-2
/
+12
*
h264dsp: Factorize code into a new function, h264_find_start_code_candidate
Ben Avison
2013-08-08
1
-24
/
+3
*
h264_parser: Initialize the h264dsp context in the parser as well
Ben Avison
2013-08-08
1
-0
/
+1
*
avcodec: Add output_picture_number to AVCodecParserContext
Yusuke Nakamura
2013-08-02
1
-1
/
+1
*
h264_parser: K&R formatting cosmetics
Luca Barbato
2013-06-07
1
-130
/
+151
*
h264_parser: Set field_order and picture_structure.
Yusuke Nakamura
2013-05-24
1
-0
/
+57
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-3
/
+3
*
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
Martin Storsjö
2013-03-26
1
-1
/
+2
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-23
/
+23
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-1
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Fix parser not to clobber has_b_frames when extradata is set.
Reinhard Tartler
2012-02-26
1
-0
/
+7
*
parsers: initialize MpegEncContext.slice_context_count to 1
Janne Grunau
2012-01-06
1
-0
/
+1
*
Revert "h264: skip start code search if the size of the nal unit is known"
Janne Grunau
2011-12-19
1
-1
/
+1
*
h264: skip start code search if the size of the nal unit is known
Janne Grunau
2011-12-18
1
-1
/
+1
*
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-11-02
1
-6
/
+6
*
lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
Anton Khirnov
2011-10-20
1
-1
/
+1
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-1
/
+1
*
h264_parser: Fix whitespace after previous change.
Philip Langdale
2011-06-13
1
-14
/
+15
*
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
Philip Langdale
2011-06-13
1
-1
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
h264: Add Intra and Constrained Baseline profiles to avctx.profile
Janne Grunau
2011-02-01
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
Diego Elio Pettenò
2011-01-25
1
-2
/
+1
*
In h264 parser, return immediately if buf_size is 0, avoid printing
Baptiste Coudurier
2010-07-23
1
-0
/
+3
*
Cleanup prev commit, flag variable should start with 0
Howard Chu
2010-05-28
1
-3
/
+2
*
Parse avctx->extradata if available.
Howard Chu
2010-05-28
1
-0
/
+9
*
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...
Alex Converse
2010-05-26
1
-0
/
+3
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
[next]