| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sei_ct_type check so it does not mistreat ct_type= unknown. | Michael Niedermayer | 2009-06-03 | 1 | -1/+1 |
* | Print ct_type and pic_struct. | Michael Niedermayer | 2009-06-03 | 1 | -0/+3 |
* | remove unused hack which set AVCodecContext frame_number to pic timestamp | Baptiste Coudurier | 2009-05-30 | 1 | -5/+0 |
* | H264: Don't deblock if alpha or beta is 0. | Haruhiko Yamagata | 2009-05-24 | 1 | -0/+4 |
* | Add a chroma_sample_location field to define positioning of chroma samples | David Conrad | 2009-05-11 | 1 | -1/+2 |
* | Support broken avc nal encapsulation. | Michael Niedermayer | 2009-04-16 | 1 | -4/+5 |
* | Fix 2 access units in a packet mp4s. | Michael Niedermayer | 2009-04-12 | 1 | -1/+7 |
* | Get rid of the non sensical idea of using the current picture for missing | Michael Niedermayer | 2009-04-12 | 1 | -1/+4 |
* | Factorize field_end() out. | Michael Niedermayer | 2009-04-12 | 1 | -40/+46 |
* | Assert that the first list1 entry is a reference frame. | Michael Niedermayer | 2009-04-12 | 1 | -0/+2 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -1/+1 |
* | Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread | Reimar Döffinger | 2009-04-10 | 1 | -1/+1 |
* | Add forgotten void return type to ff_h264_free_context | Reimar Döffinger | 2009-04-10 | 1 | -1/+1 |
* | Add a ff_h264_free_context function and call it from the H.264 parser. | Reimar Döffinger | 2009-04-10 | 1 | -3/+9 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Print timing_info on -debug 1. | Michael Niedermayer | 2009-03-13 | 1 | -2/+4 |
* | Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit | Diego Biurrun | 2009-03-05 | 1 | -2/+2 |
* | Add support for ct_type to correctly detect interlaced flag | Ivan Schreter | 2009-03-04 | 1 | -11/+7 |
* | Add more correct bound checking in filter_mb(). | Vitor Sessak | 2009-03-04 | 1 | -1/+1 |
* | When a H.264 stream references a PPS or SPS id which doesn't exist, instead of | Panagiotis Issaris | 2009-03-03 | 1 | -2/+2 |
* | H.264: Simplify decode_residual() | Alex Converse | 2009-03-03 | 1 | -5/+4 |
* | Do not set low_delay if has_b_frames has been set before init() | Michael Niedermayer | 2009-03-01 | 1 | -0/+1 |
* | Adjust time_base exactly when changing ticks_per_frame to 2 this is safer | Michael Niedermayer | 2009-02-28 | 1 | -4/+5 |
* | Correctly reset SEI variables. | Ivan Schreter | 2009-02-27 | 1 | -12/+15 |
* | Add hardware acceleration hooks to H.264. | Gwenole Beauchesne | 2009-02-27 | 1 | -1/+11 |
* | Fix SVQ3 regression since ticks_per_frame=2. | Michael Niedermayer | 2009-02-27 | 1 | -1/+2 |
* | Add ticks_per_frame, this should hopefully fix the regressions caused | Michael Niedermayer | 2009-02-26 | 1 | -0/+1 |
* | Half user provided time_base once during the first frame when there is no | Michael Niedermayer | 2009-02-26 | 1 | -0/+3 |
* | Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne. | Michael Niedermayer | 2009-02-25 | 1 | -0/+4 |
* | Correct time_base of H.264 and repeat_pict. | Ivan Schreter | 2009-02-24 | 1 | -1/+1 |
* | add ff_find_hwaccel() by Gwenole Beauchesne | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -4/+3 |
* | Mark two variables with av_uninit to avoid false positive gcc warnings. | Diego Biurrun | 2009-02-24 | 1 | -2/+2 |
* | More approved hunks for VAAPI & our new and cleaner hwaccel API. | Gwenole Beauchesne | 2009-02-23 | 1 | -0/+3 |
* | Check return value of frame_start(), this avoids a crash if AVCodecContext::g... | Reimar Döffinger | 2009-02-22 | 1 | -1/+2 |
* | Make the following H264 functions available to the parser: | Ivan Schreter | 2009-02-21 | 1 | -22/+11 |
* | Use last decoded SPS as current SPS in order to parse picture timing SEI | Ivan Schreter | 2009-02-20 | 1 | -0/+1 |
* | Silence two warnings: | Ivan Schreter | 2009-02-19 | 1 | -2/+2 |
* | Parse buffering period (H.264, D.1.1). | Ivan Schreter | 2009-02-18 | 1 | -0/+38 |
* | Store CPB count in the context. | Ivan Schreter | 2009-02-18 | 1 | -0/+1 |
* | Parse cbp_removal_delay in SEI picture structure. | Ivan Schreter | 2009-02-18 | 1 | -1/+4 |
* | Parse dpb_output_delay in SEI picture structure. | Ivan Schreter | 2009-02-18 | 1 | -1/+4 |
* | Parse initial_cpb_removal_delay_length. | Ivan Schreter | 2009-02-18 | 1 | -1/+1 |
* | Move initialization of {luma,chroma}_weight_flag[] up, | Gwenole Beauchesne | 2009-02-17 | 1 | -4/+5 |
* | cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Silence following warning if only zeros were not consumed: | Carl Eugen Hoyos | 2009-02-15 | 1 | -1/+5 |
* | H264: Change left_block_options to uint8_t from int, saving a little space. | Alexander Strange | 2009-02-11 | 1 | -2/+2 |
* | Add SEI recovery point frame counter to H264Context and use it when | Ivan Schreter | 2009-02-09 | 1 | -1/+19 |
* | Replace hard-coded SEI type constants with symbolic names | Ivan Schreter | 2009-02-08 | 1 | -2/+2 |
* | Remove CONFIG_H264_ENCODER references | Måns Rullgård | 2009-02-04 | 1 | -4/+1 |