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-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
2012-11-27Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8'Michael Niedermayer
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-27h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau
2012-11-27h264: add missing new line to log messageJanne Grunau
2012-11-26h264: Fix minor bug in h264.c error traceSergio Garcia Murillo
2012-11-26Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b'Michael Niedermayer
2012-11-26h264: enable low delay only if no delayed frames were seenJanne Grunau
2012-11-19h264: dont stop parsing NALs without cleanup on DPC.Michael Niedermayer
2012-11-18h264: correct ref count check and limit, fix out of array accesses.Michael Niedermayer
2012-11-18h264: fix integer overflow, assert failureMichael Niedermayer
2012-11-18h264: Skip odd NALs in extradata, prevent undefined behaviorMichael Niedermayer
2012-11-16h264: Fix parameters to ff_er_add_slice() callJanne Grunau
2012-11-16h264: always check ref_count for validityJanne Grunau
2012-10-15h264: use designated initializers for AVClassPaul B Mahol
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-07h264: switch some asserts to av_assert1/2()Michael Niedermayer
2012-10-07h264: fix integer avoption typesMichael Niedermayer
2012-10-03lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_...Clément Bœsch
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-29h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička
2012-09-06Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'Michael Niedermayer
2012-09-05h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer
2012-08-28h264: Check that the codec isn't null before accessing itMartin Storsjö
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer
2012-08-21h264: fix variable overflow after a few years of video playbackMichael Niedermayer
2012-08-20h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer
2012-08-18h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07h264: disable assert on current_picture_ptr being null.Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-10h264: 12 and 14 bit supportMichael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer
2012-06-29h264: Fix maximum reference count check for non-b framesJeff Downs
2012-06-10h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer