summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-6/+7
|\
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-5/+7
| * lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
| * h264: remove useless castMans Rullgard2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-5/+5
|\ \ | |/
| * Remove extraneous semicolonsMans Rullgard2011-12-111-2/+2
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* | h264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c11...Michael Niedermayer2011-12-101-1/+2
* | h264: reset prev_poc_msb to the same value everywhere.Michael Niedermayer2011-12-101-1/+1
* | h264: improve "no picture" debug output.Michael Niedermayer2011-12-101-1/+1
* | h264: switch from qatars has_b_frames calculation back to mine.Michael Niedermayer2011-12-101-68/+29
* | h264: init prev_frame_num to -1 on initMichael Niedermayer2011-12-071-0/+1
* | h264: Fix memleaks on close, reset more fieldsMichael Niedermayer2011-12-071-0/+1
* | h264: show when has_b_frames is being increased.Michael Niedermayer2011-12-041-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-041-27/+67
|\ \ | |/
| * h264: fix frame reordering code.Ronald S. Bultje2011-12-031-17/+50
* | Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos2011-12-031-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-1/+1
|\ \ | |/
| * h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-251-6/+12
|\ \ | |/
| * h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-241-7/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-201-1/+2
|\ \ | |/
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-1/+2
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+1
* | Don't fill in frame gaps with copied refs after flushJoakim Plate2011-11-181-3/+3
* | h264: fix cur_chroma_format_idc with slice multithreading.Michael Niedermayer2011-11-171-0/+1
* | h264: migrate poc gap based has_b_frames calculation into new has_b_frame cal...Michael Niedermayer2011-11-171-10/+2
* | h264: minor simplificationMichael Niedermayer2011-11-171-1/+1
* | h264: rewrite has_b_frame calculation code,Michael Niedermayer2011-11-171-17/+19
* | h264: reset last_pocs on IDRsMichael Niedermayer2011-11-161-0/+3
* | h264: Use mismatching frame numbers in fields to synchronize theMichael Niedermayer2011-11-131-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-061-5/+22
|\ \ | |/
| * h264: improve calculation of codec delay.Ronald S. Bultje2011-11-051-5/+22
* | Set avctx->coded_width/height to uncropped h264 sizesJoakim Plate2011-11-061-6/+4
* | h264: favor coded_width in resolution chnaged checksMichael Niedermayer2011-11-031-1/+1
* | h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer2011-11-021-0/+23
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-021-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-301-2/+2
|\ \ | |/
| * Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-281-1/+1
| * Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-281-1/+1
* | Be more verbose about unsupported H.264 bit-depths.Carl Eugen Hoyos2011-10-291-1/+1
* | Warn if YCgCo colourspace is detected in H.264.Carl Eugen Hoyos2011-10-291-0/+2
* | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-271-1/+1
* | h264: 10l fix, missing () after replacing % by &Michael Niedermayer2011-10-251-1/+1
* | h264: Calculate a tighter recovery_frame.Michael Niedermayer2011-10-241-1/+2
* | h264: Support invalid output by mplayers TS demuxer.Michael Niedermayer2011-10-241-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-1/+0
|\ \ | |/
| * mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-2/+2
|\ \ | |/
| * lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-2/+2
OpenPOWER on IntegriCloud