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
2012-05-31h264: move q0 scan tables into contextMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05h264: improve calculation of codec delay.Ronald S. Bultje
2011-10-27h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-07h264: fix the size of PPS::chroma_qp_tableLaurent Aimar
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-10-02h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar
2011-09-23h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-09-19calculate frame_num for recovery point "keyframe"John Stebbins
2011-09-17h264dec: Dont display trash before a keyframe.Michael Niedermayer
2011-09-12h264: improve MAX_SLICES too small check so it gives less false positives.Michael Niedermayer
2011-09-11h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun
2011-07-12h264: move h264_mvpred.h include.Ronald S. Bultje
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser
2011-07-09H.264: faster P-SKIP decodingJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster fill_decode_cachesJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser