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
2009-09-23Cosmetics: Fix typo.Carl Eugen Hoyos
2009-09-23Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-04H.264: Check the return value of decode_vui_parameters()Alexander Strange
2009-07-03H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange
2009-06-30Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger
2009-06-24Improve wording: s/reseted/resetHaruhiko Yamagata
2009-06-24Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata
2009-06-20Revert r19239: It broke four conformance tests.Carl Eugen Hoyos
2009-06-20Fix H.264 picture reordering.Haruhiko Yamagata
2009-06-17H.264: Fix memory leaks with multithreading.Alexander Strange
2009-06-10Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata
2009-06-03Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer
2009-06-03Print ct_type and pic_struct.Michael Niedermayer
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-05-24H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-16Support broken avc nal encapsulation.Michael Niedermayer
2009-04-13Fix 2 access units in a packet mp4s.Michael Niedermayer
2009-04-13Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer
2009-04-13Factorize field_end() out.Michael Niedermayer
2009-04-12Assert that the first list1 entry is a reference frame.Michael Niedermayer
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-10Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger
2009-04-10Add forgotten void return type to ff_h264_free_contextReimar Döffinger
2009-04-10Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-13Print timing_info on -debug 1.Michael Niedermayer
2009-03-06Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun
2009-03-04Add support for ct_type to correctly detect interlaced flagIvan Schreter
2009-03-04Add more correct bound checking in filter_mb().Vitor Sessak
2009-03-03When a H.264 stream references a PPS or SPS id which doesn't exist, instead ofPanagiotis Issaris
2009-03-03H.264: Simplify decode_residual()Alex Converse
2009-03-01Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer
2009-02-28Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer
2009-02-28Correctly reset SEI variables.Ivan Schreter
2009-02-27Add hardware acceleration hooks to H.264.Gwenole Beauchesne
2009-02-27Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-27Half user provided time_base once during the first frame when there is noMichael Niedermayer
2009-02-25Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne.Michael Niedermayer
2009-02-24Correct time_base of H.264 and repeat_pict.Ivan Schreter
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-24Mark two variables with av_uninit to avoid false positive gcc warnings.Diego Biurrun
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne
2009-02-22Check return value of frame_start(), this avoids a crash if AVCodecContext::g...Reimar Döffinger
2009-02-21Make the following H264 functions available to the parser:Ivan Schreter
2009-02-20Use last decoded SPS as current SPS in order to parse picture timing SEIIvan Schreter