Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-11avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer
2014-12-22avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer
2014-12-18avcodec/h264: Check *log2_weight_denomMichael Niedermayer
2014-12-17avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer
2014-11-13Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer
2014-11-13display: fix order of operandsVittorio Giovara
2014-10-27Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer
2014-10-15avcodec/h264: fix time_base and framerateMichael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-08avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...Michael Niedermayer
2014-10-04avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer
2014-09-29h264: reset ret to avoid propagating minor failuresMichael Niedermayer
2014-09-11avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-09-07avcodec/h264: Allow partial escapingMichael Niedermayer
2014-08-31avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer
2014-08-28avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer
2014-08-23avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...Michael Niedermayer
2014-08-23h264: do not return on sidedata allocation failureChristophe Gisquet
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-07Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer
2014-08-07h264: fix interpretation of interleved stereo modesFelix Abecassis
2014-08-01h264: remove useless assignment.Benoit Fouet
2014-07-23avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer
2014-07-23avcodec/h264: factor is_extra() outMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-17Merge commit '2db953f84671997e936f91140ffb5143c1537844'Michael Niedermayer
2014-07-17h264: K&R formatting cosmeticsLuca Barbato
2014-07-10Merge commit '18e3d61e9e3b52c177aa7a1f2a054a8a753e1b09'Michael Niedermayer
2014-07-09h264: parse display orientation SEI messageVittorio Giovara
2014-06-24avcodec/h264: do not leave ret random on minor failures, causing major failureMichael Niedermayer
2014-06-24Merge commit '772d150a6e82542c06b0c251e73dd299d98d1027'Michael Niedermayer
2014-06-24h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara
2014-06-19avcodec/h264: Use named identifier for single thread fall-back return from ff...Michael Niedermayer
2014-06-16avcodec/h264: fix frame skip codeMichael Niedermayer
2014-06-16avcodec/h264: use the correct level for droping non intra framesMichael Niedermayer
2014-06-04avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer
2014-05-03avcodec/h264: mark recovery_cnt==0 frames as keyframesMichael Niedermayer
2014-04-07avcodec/h264/find_start_code: factorize addition outMichael Niedermayer
2014-04-07Merge commit 'e10fd08aa7fbe8645545ad2e8721f0ed03c8e06a'Michael Niedermayer
2014-04-07h264: Refactor decode_nal_unitsLuca Barbato
2014-03-28avcodec: Make ff_print_debug_info2() independant of Picture structMichael Niedermayer
2014-03-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-24Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'Michael Niedermayer
2014-03-24h264: Split h264 slice decoding from nal decodingLuca Barbato
2014-03-24h264: move macroblock decoding into its own fileVittorio Giovara
2014-03-18avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta
2014-03-17Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer