]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_parser.c
h264: move the parameter set definitions to a new header file
[ffmpeg] / libavcodec / h264_parser.c
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: create a new header for common h264 definitions
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264_parser: remove the remaining dependencies on the...
2016-04-24 Anton Khirnovh264: decouple extradata parsing from the decoder
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264_parser: move the H264DSPContext to the parser...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-04-24 Anton Khirnovh264_parser: eliminate H264SliceContext usage
2016-04-24 Anton Khirnovh264: factor out parsing the reference count into a...
2016-04-24 Anton Khirnovh264: move reading direct_spatial_mv_pred out of ff_set...
2016-04-24 Anton Khirnovh264_parser: switch to h2645_parse for NAL unescaping
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-25 Diego Biurrunh264data: Move all data tables from a header to a ...
2016-03-25 Diego Biurrunh264: Clean up #includes
2015-11-01 Diego Biurrunh264_parser: Rename close() to h264_close()
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-02-19 Anton Khirnovh264_parser: export video format and dimensions
2015-01-27 Anton Khirnovh264_parser: restore a comment lost in 0268a54
2015-01-27 Anton Khirnovh264: move parser-only variables to their own context
2014-11-11 John Stebbinsh264_parser: don't stop on SPS_EXT in split
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-04 Ben Avisonh264: Move start code search functions into separate...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-02-15 Vittorio Giovarah264_parser: use enum values in h264_find_frame_end()
2014-02-14 Vittorio Giovarah264: print values in case of error
2013-10-22 Yusuke Nakamurah264_parser: Use ff_h264_reset_sei()
2013-10-22 Michael Niedermayerh264_parser: Fix order of operations
2013-10-15 Yusuke Nakamurah264_parser: Fix POC parsing for the case where MMCO_RE...
2013-10-15 Yusuke Nakamurah264_parser: Fix POC parsing for the case where MMCO_RE...
2013-08-08 Ben Avisonh264dsp: Factorize code into a new function, h264_find_...
2013-08-08 Ben Avisonh264_parser: Initialize the h264dsp context in the...
2013-08-02 Yusuke Nakamuraavcodec: Add output_picture_number to AVCodecParserContext
2013-06-07 Luca Barbatoh264_parser: K&R formatting cosmetics
2013-05-24 Yusuke Nakamurah264_parser: Set field_order and picture_structure.
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-30 Diego Biurrunavcodec: Drop unnecessary ff_ name prefixes from static...
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-26 Reinhard TartlerFix parser not to clobber has_b_frames when extradata...
2012-01-06 Janne Grunauparsers: initialize MpegEncContext.slice_context_count...
2011-12-19 Janne GrunauRevert "h264: skip start code search if the size of...
2011-12-18 Janne Grunauh264: skip start code search if the size of the nal...
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-13 Philip Langdaleh264_parser: Fix whitespace after previous change.
2011-06-13 Philip Langdaleh264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FR...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-01 Janne Grunauh264: Add Intra and Constrained Baseline profiles to...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Diego Elio PettenòMake ff_h264_find_frame_end static to h264.c; delete...
2010-07-23 Baptiste CoudurierIn h264 parser, return immediately if buf_size is 0...
2010-05-28 Howard ChuCleanup prev commit, flag variable should start with 0
2010-05-28 Howard ChuParse avctx->extradata if available.
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-28 Rafaël CarréExport H264 profile and level in AVCodecContext.
2010-01-28 Rafaël CarréInitialize thread_context[0] with h264 parser context.
2009-04-13 Baptiste CoudurierInit state to -1 in h264 parser.
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-03-16 John CoxFix SEIs when splitting H264 input.
2009-02-26 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
2009-02-24 Ivan SchreterExport timestamp parameter from H.264.
2009-02-24 Ivan SchreterCorrect time_base of H.264 and repeat_pict.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Ivan SchreterSet context variable picture_structure in H264 parser.
2009-02-21 Ivan SchreterSet context variable key_frame in H264 parser.
2009-02-21 Ivan SchreterParse NAL units in H264 parser.
2009-02-08 Ivan SchreterFix a const related warning
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Carl Eugen HoyosRemove CODEC_ID_H264_VDPAU.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-28 Michael NiedermayerExplain the lack of +3/7
2008-12-23 Michael NiedermayerMake h264 parser 50% faster.
2008-10-04 Michael Niedermayer100l forgot return type.
2008-10-03 Michael Niedermayerff_parse_close() is not the correct function for H264Co...
2008-10-02 Diego Pettenòfix warning reported by Intel C compiler:
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file