| Commit message (Expand) | Author | Age | Files | Lines |
* | lowres support | Michael Niedermayer | 2005-09-02 | 1 | -18/+23 |
* | optimizations | Michael Niedermayer | 2005-08-30 | 1 | -85/+111 |
* | Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) | Burkhard Plaum | 2005-08-26 | 1 | -3/+1 |
* | DV video encoder/decoder doesn't set keyframe and picture type properties pat... | Edward Hervey | 2005-08-11 | 1 | -0/+4 |
* | a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source... | Roine Gustafsson | 2005-05-10 | 1 | -0/+2 |
* | various fixes related to the non alt_bitstream_reader | Michael Niedermayer | 2005-04-18 | 1 | -0/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -1/+3 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -1/+1 |
* | * simplification patch by Jeffrey Ryan Muizelaar | Jeff Muizelaar | 2004-09-22 | 1 | -2/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | oops, forgot to commit that change from the warning fixes by (Michael Roitzsc... | Michael Niedermayer | 2004-05-21 | 1 | -1/+5 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -8/+2 |
* | * some significant clean-up of the dv_decode_ac (it looks real | Roman Shaposhnik | 2004-03-25 | 1 | -95/+67 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -3/+3 |
* | * removing casualties of battle of the wits and English language | Roman Shaposhnik | 2004-03-18 | 1 | -0/+15 |
* | * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) | Roman Shaposhnik | 2004-03-14 | 1 | -92/+103 |
* | * DV decoder simplifications. Now it looks to be 6% faster. At least | Roman Shaposhnik | 2004-03-14 | 1 | -114/+67 |
* | * moving some of the commonly used bit reading/writing functions | Roman Shaposhnik | 2004-03-12 | 1 | -7/+1 |
* | 10000l | Michael Niedermayer | 2004-01-04 | 1 | -0/+5 |
* | removing unused var & converting 64->32bit | Michael Niedermayer | 2003-12-05 | 1 | -1/+1 |
* | * 3x encoding speedup. Finally we seem to be on par with libdv | Roman Shaposhnik | 2003-11-27 | 1 | -218/+285 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -2/+2 |
* | * introducing dct248 into the DSP context. | Roman Shaposhnik | 2003-10-24 | 1 | -59/+76 |
* | bottom_field_first -> top_field_first | Michael Niedermayer | 2003-10-20 | 1 | -1/+1 |
* | * providing MPEG codecs with a generic fields in AVFrame to use. | Roman Shaposhnik | 2003-10-18 | 1 | -0/+3 |
* | * fix for a trivial 100l declaration typo | Roman Shaposhnik | 2003-10-16 | 1 | -1/+2 |
* | align | Michael Niedermayer | 2003-10-15 | 1 | -1/+2 |
* | removed the obsolete and unused parameters of init_put_bits | Alex Beregszaszi | 2003-10-12 | 1 | -5/+5 |
* | * recommiting change from SF CVS | Roman Shaposhnik | 2003-10-11 | 1 | -0/+2 |
* | * preAlpha DV encoding support -- there's still a truckload | Roman Shaposhnik | 2003-10-01 | 1 | -8/+370 |
* | * DV handling was streamlined for both muxing/demuxing and | Roman Shaposhnik | 2003-09-29 | 1 | -281/+50 |
* | removed unused variable | Fabrice Bellard | 2003-08-24 | 1 | -2/+0 |
* | seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor... | Michael Niedermayer | 2003-05-16 | 1 | -6/+6 |
* | some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) | Michael Niedermayer | 2003-05-14 | 1 | -6/+9 |
* | release buffer cleanup | Michael Niedermayer | 2003-05-06 | 1 | -2/+3 |
* | making it nicer to the client who doesn't expect errors messages in stdout | Roman Shaposhnik | 2003-05-01 | 1 | -1/+1 |
* | * fixing NTSC frame rate for DV streams | Roman Shaposhnik | 2003-04-29 | 1 | -3/+4 |
* | fixing mixed dr1 + internal buffers | Michael Niedermayer | 2003-04-25 | 1 | -9/+2 |
* | support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at... | Michael Niedermayer | 2003-04-04 | 1 | -8/+20 |
* | AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) | Roman Shaposhnik | 2003-03-28 | 1 | -0/+1 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -2/+3 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -3/+3 |
* | support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ... | Roman Shaposhnik | 2003-02-27 | 1 | -4/+6 |
* | more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware... | Wolfgang Hesseler | 2003-02-16 | 1 | -1/+1 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -37/+37 |
* | DV audio decoder by Roman Shaposhnick | Fabrice Bellard | 2003-01-27 | 1 | -3/+115 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -5/+5 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -1/+1 |