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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2012-01-02h264: Fix frame sync / random access handling.Michael Niedermayer
2012-01-02h264: Fix recovery_frame initialization when recovery_frame is -1Michael Niedermayer
2012-01-02h264: reset picture->sync on allocation.Michael Niedermayer
2012-01-02h264: add forgotten \n to "Invalid mix of idr and non-idr slices"Michael Niedermayer
2012-01-02h264: Print pass in NAL debug outputMichael Niedermayer
2012-01-01svq3: Fix memory corruption introduced by automatic thread_count.Michael Niedermayer
2011-12-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23h264: Fix a possible overread in decode_nal_units()Alexander Strange
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-20h264: clear trailing bits in partially parsed NAL unitsJanne Grunau
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-18h264: disable checking reader, overreads are not possibleMichael Niedermayer
2011-12-16h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje
2011-12-16h264: return the consumed amountg in case of Q264Michael Niedermayer
2011-12-16h264: retuen the amount read in case of NAL_END_SEQUENCEMichael Niedermayer
2011-12-16h264: reset nal_unit_type so that decoding frames without any nal unitsMichael Niedermayer
2011-12-15h264: fix midstream extardata handling with dump.f4vMichael Niedermayer
2011-12-15h264: Fix build with --disable-everything --enable-decoder='h264' --disable-o...Michael Niedermayer
2011-12-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12h264: remove useless castMans Rullgard
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11h264: Fix concealment regression introduced by babf4fe01a808327d53977ba319c11...Michael Niedermayer
2011-12-11h264: reset prev_poc_msb to the same value everywhere.Michael Niedermayer
2011-12-10h264: improve "no picture" debug output.Michael Niedermayer
2011-12-10h264: switch from qatars has_b_frames calculation back to mine.Michael Niedermayer
2011-12-07h264: init prev_frame_num to -1 on initMichael Niedermayer
2011-12-07h264: Fix memleaks on close, reset more fieldsMichael Niedermayer
2011-12-04h264: show when has_b_frames is being increased.Michael Niedermayer
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-12-03Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-02h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje
2011-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24h264: add support for decoding planar RGB images.Ronald S. Bultje
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-19Don't fill in frame gaps with copied refs after flushJoakim Plate
2011-11-17h264: fix cur_chroma_format_idc with slice multithreading.Michael Niedermayer