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-12-24Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-22h264: Detect POC inconsistencies and try to handle them reasonablyMichael Niedermayer
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-20h264: Fix code to also handle pix format changes.Michael Niedermayer
2012-12-20h264: remove unused variableMichael Niedermayer
2012-12-20h264: use must_reinit to simplify codeMichael Niedermayer
2012-12-20h264: decode_update_thread_context() copy parameter sets before using themMichael Niedermayer
2012-12-20h264: remove reschange blockingMichael Niedermayer
2012-12-20h264: support frame size changes with multi threadingMichael Niedermayer
2012-12-20h264: move h264_set_parameter_from_sps() call upMichael Niedermayer
2012-12-20h264: move list_count and current_slice reset to flush_change()Michael Niedermayer
2012-12-20h264: split flush_change() out of flush_dpb()Michael Niedermayer
2012-12-20h264: factor get_pixel_format() outMichael Niedermayer
2012-12-19Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer
2012-12-18h264: support frame parameter changes during frame-mtJanne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-18h264: remove redundant parts of old slice in extradata code.Michael Niedermayer
2012-12-18h264: merge old and new "slice in extradata" checksMichael Niedermayer
2012-12-18Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29'Michael Niedermayer
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-17h264: Improve first slice and slice type checksMichael Niedermayer
2012-12-16Merge commit '27c8337e595a058347150269d5c2c48281e4285b'Michael Niedermayer
2012-12-16h264: dont mess with frame gaps on second fields.Michael Niedermayer
2012-12-15h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau
2012-12-14Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer
2012-12-14h264: remove low_delay/has_b_frame setting code from nal loopMichael Niedermayer
2012-12-14Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-14h264: initialize frame-mt context copies properlyJanne Grunau
2012-12-10h264: dont try to allocate scratchpad if linesize is not knownMichael Niedermayer
2012-12-10Merge commit '5d471b73d20616f5ac701ff62e5de49465cda264'Michael Niedermayer
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-12-09h264: avoid calling idr() twiceMichael Niedermayer
2012-12-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-03Merge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16'Michael Niedermayer
2012-12-03h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau
2012-12-02h264: check for integer overflow, fix null pointer dereferenceMichael Niedermayer
2012-11-30Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer
2012-11-29h264: check context state before decoding slice data partitionsJanne Grunau
2012-11-27h264: support invalid annex B in mp4Michael Niedermayer
2012-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer