58 Commits (02cd8bb9cb4381c50f42a9284098cc8a33d397db)

Author SHA1 Message Date
Anton Khirnov b09ad37c83 h264: derive the delay from the level when it's not present 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 86e1a35802 h264_ps: Return meaningful error codes and address a memory leak 10 years ago
Anton Khirnov 84f226a3bc h264: use the correct SPS during PPS parsing 10 years ago
Anton Khirnov d8a45d2d49 h264_ps: properly check cropping parameters against overflow 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Vittorio Giovara 5d1c2e53ab h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define 11 years ago
Vittorio Giovara ee6280ca12 h264: parse two additional constraint flags 11 years ago
Vittorio Giovara e70ab7c1f5 h264: add MVCD to the list of High profiles in SPS 11 years ago
Vittorio Giovara 614b9e4db8 h264: use avpriv_request_sample for chroma_format_idc 11 years ago
Vittorio Giovara 3a05767028 h264: store current_sps_id inside the current sps 11 years ago
Vittorio Giovara 73e8fab31d h264: print values in case of error 11 years ago
Anton Khirnov 9ecabd7892 h264: reset num_reorder_frames if it is invalid 11 years ago
Anton Khirnov bfd26b7ce6 h264: reject mismatching luma/chroma bit depths during sps parsing 11 years ago
Anton Khirnov 94603feb1b h264_ps: when parsing a VUI fails, only abort when explode is set 11 years ago
Diego Biurrun c18838f5eb h264_ps: Use more meaningful error values 11 years ago
Diego Biurrun 330ad1f6a5 h264_ps: K&R formatting cosmetics 11 years ago
Diego Biurrun 8fed466b0a h264_ps: Drop commented-out cruft 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Anton Khirnov 5e83d9aced h264: fully support cropping. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Vittorio Giovara a84fb6e06f h264: Allow discarding the cropping information from SPS 12 years ago
Victor Lopez 1c8bf3bfed h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 12 years ago
Janne Grunau a421bbfe83 h264: fix memleak on error during SPS parsing 12 years ago
Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 12 years ago
Janne Grunau d7d6efe42b h264: check sps.log2_max_frame_num for validity 12 years ago
Ronald S. Bultje be391fb6df h264_ps: declare array of colorspace strings on its own line. 12 years ago
Ronald S. Bultje 732f9fcfe5 h264: additional protection against unsupported size/bitdepth changes. 13 years ago
Alexander Strange cb34867780 h264: fix memleak in error path. 13 years ago
Alexander Strange 6ef4063957 h264: Add check for invalid chroma_format_idc 13 years ago
Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Mans Rullgard fdba370f8a h264: fix HRD parameters parsing 13 years ago
Mans Rullgard be1242a3f2 h264: fix detection of optional trailing PPS elements 13 years ago
Jason Garrett-Glaser 932db25024 H.264: fix 4:4:4 cropping warning 14 years ago
Jason Garrett-Glaser 85a88f9c0c H.264: reference the correct SPS in decode_scaling_matrices 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Reimar Döffinger 00d1e96bf4 H.264 decode: support cropping up to 28 pixels in interlaced mode. 14 years ago
John Stebbins 2c5438aa57 Fix default value of time_offset_length. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago