summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-091-1/+2
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-081-5/+1
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-241-15/+16
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-231-2/+1
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-1/+1
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-131-0/+2
* indentMichael Niedermayer2009-11-101-1/+1
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-101-1/+1
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-101-3/+1
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-101-5/+8
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-061-1/+1
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-231-1/+1
* Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer2009-09-231-0/+4
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-12/+12
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-041-1/+2
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-031-1/+4
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-301-1/+1
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-241-5/+5
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-231-3/+5
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-201-3/+3
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-201-3/+3
* H.264: Fix memory leaks with multithreading.Alexander Strange2009-06-161-2/+3
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-091-6/+21
* Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer2009-06-031-1/+1
* Print ct_type and pic_struct.Michael Niedermayer2009-06-031-0/+3
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-301-5/+0
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-241-0/+4
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-1/+2
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-161-4/+5
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-121-1/+7
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-121-1/+4
* Factorize field_end() out.Michael Niedermayer2009-04-121-40/+46
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-121-0/+2
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-1/+1
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-101-1/+1
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-101-1/+1
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-101-3/+9
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Print timing_info on -debug 1.Michael Niedermayer2009-03-131-2/+4
* Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun2009-03-051-2/+2
* Add support for ct_type to correctly detect interlaced flagIvan Schreter2009-03-041-11/+7
* Add more correct bound checking in filter_mb().Vitor Sessak2009-03-041-1/+1
* When a H.264 stream references a PPS or SPS id which doesn't exist, instead ofPanagiotis Issaris2009-03-031-2/+2
* H.264: Simplify decode_residual()Alex Converse2009-03-031-5/+4
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-011-0/+1
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-281-4/+5
* Correctly reset SEI variables.Ivan Schreter2009-02-271-12/+15
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-271-1/+11
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-271-1/+2
OpenPOWER on IntegriCloud