index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dv.c
Age
Commit message (
Expand
)
Author
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2004-11-27
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-09-22
* simplification patch by Jeffrey Ryan Muizelaar
Jeff Muizelaar
2004-05-21
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...
Michael Niedermayer
2004-04-30
cleanup & memleak fix
Michael Niedermayer
2004-03-25
* some significant clean-up of the dv_decode_ac (it looks real
Roman Shaposhnik
2004-03-24
warning patrol
Falk Hüffner
2004-03-18
* removing casualties of battle of the wits and English language
Roman Shaposhnik
2004-03-14
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
Roman Shaposhnik
2004-03-14
* DV decoder simplifications. Now it looks to be 6% faster. At least
Roman Shaposhnik
2004-03-12
* moving some of the commonly used bit reading/writing functions
Roman Shaposhnik
2004-01-04
10000l
Michael Niedermayer
2003-12-05
removing unused var & converting 64->32bit
Michael Niedermayer
2003-11-27
* 3x encoding speedup. Finally we seem to be on par with libdv
Roman Shaposhnik
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-24
* introducing dct248 into the DSP context.
Roman Shaposhnik
2003-10-20
bottom_field_first -> top_field_first
Michael Niedermayer
2003-10-18
* providing MPEG codecs with a generic fields in AVFrame to use.
Roman Shaposhnik
2003-10-16
* fix for a trivial 100l declaration typo
Roman Shaposhnik
2003-10-15
align
Michael Niedermayer
2003-10-12
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-11
* recommiting change from SF CVS
Roman Shaposhnik
2003-10-01
* preAlpha DV encoding support -- there's still a truckload
Roman Shaposhnik
2003-09-29
* DV handling was streamlined for both muxing/demuxing and
Roman Shaposhnik
2003-08-24
removed unused variable
Fabrice Bellard
2003-05-16
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reor...
Michael Niedermayer
2003-05-14
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)
Michael Niedermayer
2003-05-06
release buffer cleanup
Michael Niedermayer
2003-05-01
making it nicer to the client who doesn't expect errors messages in stdout
Roman Shaposhnik
2003-04-29
* fixing NTSC frame rate for DV streams
Roman Shaposhnik
2003-04-25
fixing mixed dr1 + internal buffers
Michael Niedermayer
2003-04-04
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...
Michael Niedermayer
2003-03-28
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
Roman Shaposhnik
2003-03-12
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-06
per file doxy
Michael Niedermayer
2003-03-03
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
Michael Niedermayer
2003-02-27
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ...
Roman Shaposhnik
2003-02-16
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...
Wolfgang Hesseler
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-27
DV audio decoder by Roman Shaposhnick
Fabrice Bellard
2003-01-21
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-15
fixing DCTELEM != short
Michael Niedermayer
2003-01-01
warnings patch by (bubu <bubu at bubu dot net>)
bubu
2002-12-09
AVVideoFrame -> AVFrame
Michael Niedermayer
2002-12-04
cleanup
Michael Niedermayer
2002-11-14
* not checking for get_buffer_callback - it would be user's error
Zdenek Kabelac
2002-11-12
* fixing some minor const warnings
Zdenek Kabelac
2002-11-11
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-10
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
Arpi
[next]