100 Commits (3ce858141309c09294177e63d9a36cd0924dc200)

Author SHA1 Message Date
Vittorio Giovara dc971acf4a h264_parser: use enum values in h264_find_frame_end() 11 years ago
Vittorio Giovara 73e8fab31d h264: print values in case of error 11 years ago
Michael Niedermayer e0b2bdd37a avcodec/h264_parser: heuristically detect non marked keyframes 11 years ago
Yusuke Nakamura 103d073dd7 h264_parser: Use ff_h264_reset_sei() 11 years ago
Michael Niedermayer 19f5384000 h264_parser: Fix order of operations 11 years ago
Michael Niedermayer 9c0fe487c7 avcodec/h264_parser: fix order of operations 11 years ago
Yusuke Nakamura 4baba6c813 h264_parser: Fix POC parsing for the case where MMCO_RESET is present. 11 years ago
Yusuke Nakamura b81dbd6cb7 h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. 11 years ago
Ben Avison 218d6844b3 h264dsp: Factorize code into a new function, h264_find_start_code_candidate 11 years ago
Ben Avison 7a82022ee2 h264_parser: Initialize the h264dsp context in the parser as well 11 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 11 years ago
Joakim Plate 8710a634a5 h264: add frame packing as stereo_mode frame metadata 11 years ago
Luca Barbato f8a4d5e970 h264_parser: K&R formatting cosmetics 12 years ago
Yusuke Nakamura 3f1a7ceb2c h264_parser: Set field_order and picture_structure. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer dc30c27eb1 h264_parser: use av_assert 13 years ago
Reinhard Tartler 790a367d9e Fix parser not to clobber has_b_frames when extradata is set. 13 years ago
Reimar Döffinger 3fa6d20533 H264 parser: enable header parsing/frame type detection for is_avc. 13 years ago
Janne Grunau f907615f08 parsers: initialize MpegEncContext.slice_context_count to 1 13 years ago
Janne Grunau 358ea75e9e Revert "h264: skip start code search if the size of the nal unit is known" 13 years ago
Janne Grunau 87eebb3454 h264: skip start code search if the size of the nal unit is known 13 years ago
Michael Niedermayer 38331d2036 h264: disable checking reader, overreads are not possible 13 years ago
Carl Eugen Hoyos 2d6a45c12a Silence warnings when decoding QNAP Systems H264 codec. 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Michael Niedermayer 4ffed61b49 h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundaries. 13 years ago
Michael Niedermayer 23040e2e3d h264: use long reading for first_mb_in_slice 13 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 13 years ago
Michael Niedermayer 360a3d8991 h264_parser: print AU size on error. 13 years ago
Michael Niedermayer d5c0e89e7a h264_parser: AVC support. 13 years ago
Michael Niedermayer 4ba396834d h264: pass buffer & size to ff_h264_decode_extradata() 13 years ago
Reimar Döffinger 31ac0ac29b Fix parser not to clobber has_b_frames when extradata is set. 13 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Philip Langdale 25f05ddb1a h264_parser: Fix whitespace after previous change. 14 years ago
Philip Langdale a26ce1e2df h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Philip Langdale 9c09dead87 h264_parser: Fix whitespace after previous change. 14 years ago
Philip Langdale 01f5b9c51e h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 877937b382 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò 13eb6b9097 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago