51 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Anton Khirnov f3ed484953 h264_mp4toannexb_bsf: do not fail on annex B extradata 9 years ago
Anton Khirnov 33d18982fa lavc: add a new bitstream filtering API 9 years ago
赵宇龙 cd847839f3 h264_mp4toannexb: fix the pps offset when there are more than one sps in avcc 9 years ago
Michael Niedermayer 3d126ef188 avcodec/h264_mp4toannexb_bsf: Use av_freep() to free spspps_buf 9 years ago
Michael Niedermayer 2bb54b82b5 avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Ivan Uskov 1defff85cb libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to avoid extradata modification. 9 years ago
Benoit Fouet 904cfd257d avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen. 10 years ago
Benoit Fouet d5ddcb5f8e avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_annexb(). 10 years ago
Benoit Fouet 1cf4d2e9be avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream. 10 years ago
Benoit Fouet f9bd6d61bc h264_mp4toannexb_bsf: rename first_idr to new_idr 10 years ago
Benoit Fouet 42f25fe009 h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is seen. 10 years ago
Benoit Fouet bf428bb314 h264_mp4toannexb_bsf: account for consecutive IDR pictures. 10 years ago
Chris \"Koying\" Browet ad91bf854b avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in the bistream 10 years ago
Michael Niedermayer 289b149cec avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream parameter sets 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Paul B Mahol 2490996f38 avcodec: use designated initializers for bitstream filters 11 years ago
Stefano Sabatini 53c853e049 lavc/h264_mp4toannexb: improve feedback in case of invalid bitstream 11 years ago
Luca Barbato 9e80eda26d h264_mp4toannexb_bsf: return a padded buffer 12 years ago
Luca Barbato 8d929afd25 h264_mp4toannexb_bsf: factor out extradata parsing 12 years ago
Luca Barbato 5d21ca4559 h264_mp4toannexb_bsf: K&R formatting cosmetics 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer f1fdd208cc h264_mp4toannexb_bsf: use i instead of misusing unit_type. 13 years ago
gs_gail 361c4cdca9 h264_mp4toannexb_bsf: support 24bit lengths 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Michael Niedermayer 7ae251b4d8 h264_mp4toannexb_filter: pass error code through. 13 years ago
Michael Niedermayer 9d4cb45dbe Cleanup 'Fix spurious warning when stream has SPS and PPS units.' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Philip Langdale 025225d7ee h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. 14 years ago
Ronald S. Bultje 750fbbc249 reindent. 14 years ago
Sean McGovern e4a2695856 h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. 14 years ago
Ronald S. Bultje 4e84f994d3 reindent. 14 years ago
Sean McGovern 02dd3666c2 h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. 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
Benoit Fouet bb5cfc48f1 Cosmetics: alignment and long line break. 15 years ago
Benoit Fouet 1f7d2f54c5 Cosmetics: use and place braces correctly in if ... else statements. 15 years ago
Benoit Fouet 639c697c4f Sanitize av_realloc() use in h264 mp4toannexb bistream filter. 15 years ago
Luca Abeni d5cc1ed723 Improve the mp4toannexb BSF to convert the extradata. 15 years ago
Thomas Devanneaux 52486603b5 Check NAL unit size to avoid reading past the buffer. 15 years ago
Alex Converse ec21c21563 Add a quick description to the H.264 BSF 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Benoit Fouet 074bfa7de7 Change email address to a valid one. 16 years ago
Andreas Öman 48aecf5a7d Fix a bug causing the generated stream to be corrupt if the buffer 17 years ago
Benoit Fouet bdfae2a575 Add a bitstream filter for H.264. 17 years ago