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
2007-06-21Don't swap back un-deblocked lines for intra prediction whenAndreas Öman
2007-06-20Do not reuse the rbsp de-escape buffer if bothAndreas Öman
2007-06-20Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman
2007-06-18indentationAndreas Öman
2007-06-16Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-07h264: use 'simple' in border backup / xchgAndreas Öman
2007-06-03filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-29allocate PPS and SPS dynamicallyAndreas Öman
2007-05-23Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris
2007-05-18Move attribute_unused to variable declarations in macros instead ofReimar Döffinger
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2007-05-11Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-05-03Remove unused variable.Diego Biurrun
2007-04-30prevent going out of the buffer if the nal size does not fit in the buffer.Mean
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-2610l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun
2007-04-11add a check before find_frame_end callLimin Wang
2007-04-09When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl
2007-04-09Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl
2007-04-09scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl
2007-04-07typos/grammarDiego Biurrun
2007-04-04changes some function declarations from () to (void) as per ansi c.Stefan Huehner
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2007-03-14reindent after last commitBaptiste Coudurier
2007-03-14h264 complete frames parsing supportBaptiste Coudurier
2007-03-04check for no frame and prevent segfaultMichael Niedermayer
2007-03-03support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-25rewrite find_frame_end()Michael Niedermayer
2007-02-24h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra...Alexander Strange
2007-02-22output delayed framesMichael Niedermayer
2007-02-21cosmetics: Fix a common typo, sepErate --> sepArate.Diego Biurrun
2007-02-19simplify in fill_cachesLoren Merritt
2007-02-18factorize more calls to fill_rectangle()Michael Niedermayer
2007-02-18factorize fill_rectangle() callsMichael Niedermayer
2007-02-17factorize fill_rectangle()Michael Niedermayer
2007-02-17replace list<2 checks by list<list_countMichael Niedermayer
2007-02-17fix 2nd ref_count checkMichael Niedermayer
2007-02-17fix ref_count checkMichael Niedermayer
2007-02-17factorize mv_cache and mvd_cache initMichael Niedermayer
2007-02-17simplifyMichael Niedermayer
2007-02-10always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux