| Commit message (Expand) | Author | Age | Files | Lines |
* | CONFIG_7REGS -> HAVE_7REGS | Ramiro Polla | 2007-08-15 | 1 | -1/+1 |
* | Statements like a = b = c = d = e; store from right-to-left, so if | Alexander Strange | 2007-08-14 | 1 | -28/+28 |
* | Don't check the return value of decode_cabac_residual since it always | Alexander Strange | 2007-08-12 | 1 | -16/+11 |
* | debug: tell how much bits are skipped with unknown nal code | Alex Beregszaszi | 2007-08-08 | 1 | -1/+1 |
* | use ENABLE_GRAY | Michael Niedermayer | 2007-08-01 | 1 | -8/+8 |
* | fix cabac decoding with some Blue-Ray sources | Andreas Öman | 2007-07-30 | 1 | -1/+5 |
* | Fix the self tests which are contained in some codecs and are using random(). | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | fix visual painting of MVs from h264: they are painted twice too long | Andreas Öman | 2007-07-15 | 1 | -0/+1 |
* | bring back h264 build | Benoit Fouet | 2007-07-09 | 1 | -0/+1 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -1/+0 |
* | Add support for streams with different chroma_qp_index_offset | Andreas Öman | 2007-07-06 | 1 | -47/+67 |
* | Precompute a chroma_qp table with index offset for each pps, | Andreas Öman | 2007-07-06 | 1 | -21/+29 |
* | Compute the dequant coefficient table ptr outside the loop, | Andreas Öman | 2007-07-06 | 1 | -2/+4 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Don't swap back un-deblocked lines for intra prediction when | Andreas Öman | 2007-06-21 | 1 | -2/+12 |
* | Do not reuse the rbsp de-escape buffer if both | Andreas Öman | 2007-06-20 | 1 | -3/+6 |
* | Decouple bit context from h264 context in decode_ref_pic_marking() | Andreas Öman | 2007-06-19 | 1 | -8/+8 |
* | indentation | Andreas Öman | 2007-06-18 | 1 | -23/+23 |
* | Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% | Andreas Öman | 2007-06-16 | 1 | -44/+50 |
* | fix some printf format specifiers | Måns Rullgård | 2007-06-16 | 1 | -1/+1 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -8/+8 |
* | h264: use 'simple' in border backup / xchg | Andreas Öman | 2007-06-07 | 1 | -7/+7 |
* | filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s... | Andreas Öman | 2007-06-03 | 1 | -2/+5 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -14/+14 |
* | allocate PPS and SPS dynamically | Andreas Öman | 2007-05-29 | 1 | -15/+37 |
* | Export the four remaining H.264 decoder intra prediction functions for reuse in | Panagiotis Issaris | 2007-05-23 | 1 | -8/+8 |
* | Move attribute_unused to variable declarations in macros instead of | Reimar Döffinger | 2007-05-17 | 1 | -15/+12 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-14 | 1 | -4/+4 |
* | Remove duplicate #includes, avcodec.h #includes common.h. | Diego Biurrun | 2007-05-11 | 1 | -1/+0 |
* | split h264.c to move parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -473/+3 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -4/+4 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -3/+3 |
* | Remove unused variable. | Diego Biurrun | 2007-05-02 | 1 | -2/+0 |
* | prevent going out of the buffer if the nal size does not fit in the buffer. | Mean | 2007-04-29 | 1 | -1/+1 |
* | Mark code parts that cannot work on AMD64 due to broken relocations as such. | Diego Biurrun | 2007-04-27 | 1 | -1/+1 |
* | 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. | Diego Biurrun | 2007-04-26 | 1 | -1/+1 |
* | add a check before find_frame_end call | Limin Wang | 2007-04-11 | 1 | -1/+2 |
* | When dst_length == 0 bit_length has to be 0, too, but the current code still | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | Remove a NAL unit's trailing zero bytes even when dst_length is 1. | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | scenario: A properly coded frame is followed by an end of sequence NAL unit, | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | changes some function declarations from () to (void) as per ansi c. | Stefan Huehner | 2007-04-04 | 1 | -1/+1 |
* | Fix compilation when using the --disable-opts parameter. This to help those | Panagiotis Issaris | 2007-03-29 | 1 | -1/+1 |
* | reindent after last commit | Baptiste Coudurier | 2007-03-14 | 1 | -9/+9 |
* | h264 complete frames parsing support | Baptiste Coudurier | 2007-03-14 | 1 | -0/+4 |
* | check for no frame and prevent segfault | Michael Niedermayer | 2007-03-03 | 1 | -0/+5 |
* | support feeding individual NAL units to the decoder instead of just complete ... | Michael Niedermayer | 2007-03-02 | 1 | -31/+34 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 1 | -59/+59 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -17/+17 |