| Commit message (Expand) | Author | Age | Files | Lines |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -2/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -4/+4 |
* | If consumed does not match nalsize, favor nalsize. | Michael Niedermayer | 2008-03-13 | 1 | -1/+3 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -2/+3 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -51/+51 |
* | more aspect ratios added in one of the ammendments | Loren Merritt | 2008-03-01 | 1 | -1/+1 |
* | Fix ;; | Michael Niedermayer | 2008-02-19 | 1 | -3/+3 |
* | "swap first two elements of L1 if L0 and L1 are identical" applies after spli... | Loren Merritt | 2008-02-02 | 1 | -10/+9 |
* | fix mbaff diagonal neighbor mv | Loren Merritt | 2008-02-02 | 1 | -4/+9 |
* | mbaff spatial direct | Loren Merritt | 2008-02-02 | 1 | -7/+67 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -5/+5 |
* | Indention, it seems i have forgotton to commit this. | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | Fix the following warnings: | Andreas Öman | 2008-01-31 | 1 | -4/+2 |
* | Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated | Jeff Downs | 2008-01-28 | 1 | -6/+1 |
* | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger | 2008-01-27 | 1 | -1/+1 |
* | Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. | Michael Niedermayer | 2008-01-24 | 1 | -2/+0 |
* | Add #undef printf and disable non-functional code to make test program compile. | Diego Biurrun | 2008-01-23 | 1 | -2/+3 |
* | Consistently use TEST as the preprocessor condition to enable test code. | Diego Biurrun | 2008-01-20 | 1 | -2/+2 |
* | Fix problem with multithreaded decoding, introduced by r11214. | Reinhard Nissl | 2007-12-19 | 1 | -1/+1 |
* | cosmetics: comment typo fixes | Diego Biurrun | 2007-12-16 | 1 | -1/+1 |
* | Make fill_rectangle() available for other decoders | Kostya Shishkov | 2007-12-15 | 1 | -88/+1 |
* | Fix brain-dead parts of r11216, specifically: | Jeff Downs | 2007-12-14 | 1 | -2/+4 |
* | Ensure that our total reference frame count does not exceed the SPS | Jeff Downs | 2007-12-14 | 1 | -0/+23 |
* | Actually return with an error condition if we're being asked to deal with too | Jeff Downs | 2007-12-14 | 1 | -1/+2 |
* | Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. | Jeff Downs | 2007-12-14 | 1 | -0/+5 |
* | Fix non_zero_count_cache for deblocking in field pictures. | Jeff Downs | 2007-12-13 | 1 | -2/+3 |
* | Verify long_ref_count!=0. Fix issue 281. | Panagiotis Issaris | 2007-12-05 | 1 | -1/+1 |
* | Initialize function pointers used by error resilience code before any | Jeff Downs | 2007-12-05 | 1 | -8/+8 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Call mpegvideo flush routine on h264 flush. Needed in particular | Jeff Downs | 2007-11-17 | 1 | -0/+1 |
* | Provide top_field_first logic for h264 | Reinhard Nissl | 2007-11-10 | 1 | -0/+2 |
* | Fix deblocking filter for field pictures by properly looking for first | Jeff Downs | 2007-11-07 | 1 | -1/+2 |
* | Fix poc for field pictures. Prior to this, the poc of the second field | Jeff Downs | 2007-11-06 | 1 | -2/+4 |
* | Correct assignment of interlaced_frame; was being set on output frames, | Jeff Downs | 2007-11-05 | 1 | -1/+2 |
* | Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by | Jeff Downs | 2007-10-15 | 1 | -6/+8 |
* | Fix mix-up of values in r10690 (deblocking for PAFF). | Martin Zlomek | 2007-10-15 | 1 | -2/+2 |
* | Simplify tests for field macroblocks | Jeff Downs | 2007-10-13 | 1 | -4/+4 |
* | Interlaced pictures (not just MBAFF) + spatial direct mode is not | Jeff Downs | 2007-10-12 | 1 | -2/+2 |
* | Set pict->interlaced_frame if returned frame is MBAFF or PAFF. | Carl Eugen Hoyos | 2007-10-10 | 1 | -0/+1 |
* | fix incorrect check for abs_diff_pic_num overflow | Jeff Downs | 2007-10-09 | 1 | -1/+1 |
* | reindent | Andreas Öman | 2007-10-09 | 1 | -61/+61 |
* | Enable PAFF decoding | Carl Eugen Hoyos | 2007-10-09 | 1 | -1/+0 |
* | Manage Picture buffers for fields as well as frames. Pair complementary field... | Jeff Downs | 2007-10-08 | 1 | -2/+73 |
* | Fix deblocking for PAFF content | Martin Zlomek | 2007-10-08 | 1 | -5/+6 |
* | Re-indent after PAFF MMCO implementation patch. | Jeff Downs | 2007-10-07 | 1 | -9/+9 |
* | Augment MMCO execution to work with both fields and frames. Part of PAFF | Jeff Downs | 2007-10-07 | 1 | -13/+80 |
* | Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m... | Jeff Downs | 2007-10-06 | 1 | -3/+3 |
* | Augment mmcodecoding process to work properly with fields. Part of PAFF imple... | Jeff Downs | 2007-10-06 | 1 | -3/+10 |
* | Edge emulation for fields. Part of PAFF implementation | Jeff Downs | 2007-10-06 | 1 | -1/+1 |