summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-07
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman2007-06-03
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-23
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-17
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-11
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Remove unused variable.Diego Biurrun2007-05-02
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-29
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-26
* 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