summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer2014-12-221-1/+4
* avcodec/h264: Check *log2_weight_denomMichael Niedermayer2014-12-181-0/+10
* avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer2014-12-171-0/+1
* Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer2014-11-131-1/+1
|\
| * display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* | Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer2014-10-271-37/+0
* | avcodec/h264: fix time_base and framerateMichael Niedermayer2014-10-151-3/+3
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-3/+3
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
| * h264: reset ret to avoid propagating minor failuresMichael Niedermayer2014-09-291-0/+1
* | avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...Michael Niedermayer2014-10-081-1/+1
* | avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer2014-10-041-6/+6
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-10/+10
* | avcodec/h264: Allow partial escapingMichael Niedermayer2014-09-071-2/+2
* | avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer2014-08-311-0/+6
* | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer2014-08-281-7/+7
* | avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...Michael Niedermayer2014-08-231-1/+1
* | h264: do not return on sidedata allocation failureChristophe Gisquet2014-08-231-9/+7
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* | Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer2014-08-071-2/+2
|\ \ | |/
| * h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-071-2/+2
* | h264: remove useless assignment.Benoit Fouet2014-08-011-1/+0
* | avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer2014-07-231-0/+6
* | avcodec/h264: factor is_extra() outMichael Niedermayer2014-07-231-20/+24
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-4/+4
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-4/+4
* | Merge commit '2db953f84671997e936f91140ffb5143c1537844'Michael Niedermayer2014-07-171-9/+12
|\ \ | |/
| * h264: K&R formatting cosmeticsLuca Barbato2014-07-171-10/+13
* | Merge commit '18e3d61e9e3b52c177aa7a1f2a054a8a753e1b09'Michael Niedermayer2014-07-101-0/+15
|\ \ | |/
| * h264: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+15
* | avcodec/h264: do not leave ret random on minor failures, causing major failureMichael Niedermayer2014-06-241-0/+1
* | Merge commit '772d150a6e82542c06b0c251e73dd299d98d1027'Michael Niedermayer2014-06-241-5/+14
|\ \ | |/
| * h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara2014-06-231-5/+14
* | avcodec/h264: Use named identifier for single thread fall-back return from ff...Michael Niedermayer2014-06-191-1/+1
* | avcodec/h264: fix frame skip codeMichael Niedermayer2014-06-161-11/+5
* | avcodec/h264: use the correct level for droping non intra framesMichael Niedermayer2014-06-161-2/+2
* | avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer2014-06-041-0/+1
* | avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer2014-05-031-0/+2
* | avcodec/h264/find_start_code: factorize addition outMichael Niedermayer2014-04-071-2/+4
* | Merge commit 'e10fd08aa7fbe8645545ad2e8721f0ed03c8e06a'Michael Niedermayer2014-04-071-72/+131
|\ \ | |/
| * h264: Refactor decode_nal_unitsLuca Barbato2014-04-061-59/+122
* | avcodec: Make ff_print_debug_info2() independant of Picture structMichael Niedermayer2014-03-271-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-241-2708/+21
|\ \ | |/
| * h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-231-2514/+21
* | Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'Michael Niedermayer2014-03-241-784/+0
|\ \ | |/
| * h264: move macroblock decoding into its own fileVittorio Giovara2014-03-231-785/+0
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-181-1/+6
* | Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer2014-03-171-1/+0
|\ \ | |/
| * h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
OpenPOWER on IntegriCloud