summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* add a check before find_frame_end callLimin Wang2007-04-11
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-09
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-09
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-09
* typos/grammarDiego Biurrun2007-04-07
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* reindent after last commitBaptiste Coudurier2007-03-14
* h264 complete frames parsing supportBaptiste Coudurier2007-03-14
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-02
* Supply context to tprintfMichel Bardiaux2007-02-27
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rewrite find_frame_end()Michael Niedermayer2007-02-25
* h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange2007-02-24
* output delayed framesMichael Niedermayer2007-02-21
* cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun2007-02-21
* simplify in fill_cachesLoren Merritt2007-02-19
* factorize more calls to fill_rectangle()Michael Niedermayer2007-02-18
* factorize fill_rectangle() callsMichael Niedermayer2007-02-18
* factorize fill_rectangle()Michael Niedermayer2007-02-16
* replace list<2 checks by list<list_countMichael Niedermayer2007-02-16
* fix 2nd ref_count checkMichael Niedermayer2007-02-16
* fix ref_count checkMichael Niedermayer2007-02-16
* factorize mv_cache and mvd_cache initMichael Niedermayer2007-02-16
* simplifyMichael Niedermayer2007-02-16
* always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux2007-02-09
* fix segfault with darkkben.free.fr/corrupted_h264.mp4Michael Niedermayer2007-01-23
* flameMichael Niedermayer2007-01-23
* check num_reorder_frames for validityMichael Niedermayer2007-01-23
* adding assert to protect delayed_picMichael Niedermayer2007-01-23
* checking bitstream values and other related changesMichael Niedermayer2007-01-20
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-19
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-19
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-13
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-07
* Removing unused codePanagiotis Issaris2006-12-07
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-06
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-05
* Removing unused codePanagiotis Issaris2006-12-05
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-05
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-09
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-01
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-29