projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
implementing more efficient (and direct) allocation of work for DV codec workers
[ffmpeg.git]
/
libavcodec
/
dv.c
2008-11-08
Roman Shaposhnik
implementing more efficient (and direct) allocation...
blob
|
commitdiff
2008-10-30
Roman Shaposhnik
renaming macro in order to conform with the rest of...
blob
|
commitdiff
|
diff to current
2008-10-24
Diego Biurrun
prettyprinting cosmetics
blob
|
commitdiff
|
diff to current
2008-10-24
Diego Biurrun
spelling cosmetics
blob
|
commitdiff
|
diff to current
2008-10-07
Roman Shaposhnik
replacing frame_rate and frame_rate_base with an AVRati...
blob
|
commitdiff
|
diff to current
2008-10-07
Roman Shaposhnik
unrolling the loops as per Michael's suggestion
blob
|
commitdiff
|
diff to current
2008-10-07
Roman Shaposhnik
fixing a bug that prevented proper unweighting table...
blob
|
commitdiff
|
diff to current
2008-10-07
Roman Shaposhnik
Doxygenizing the comments
blob
|
commitdiff
|
diff to current
2008-10-07
Roman Shaposhnik
simplifying the code as per Michael's suggestion
blob
|
commitdiff
|
diff to current
2008-10-02
Diego Biurrun
spelling cosmetics
blob
|
commitdiff
|
diff to current
2008-09-02
Diego Biurrun
Replace generic CONFIG_DECODERS preprocessor conditiona...
blob
|
commitdiff
|
diff to current
2008-08-28
Roman Shaposhnik
Intial implementation of the DV100 (AKA DVCPRO HD)...
blob
|
commitdiff
|
diff to current
2008-08-27
Roman Shaposhnik
Cosmetic change aimed at making it easier to see how...
blob
|
commitdiff
|
diff to current
2008-08-27
Roman Shaposhnik
Factoring out chan_slice / 27 into seq variable
blob
|
commitdiff
|
diff to current
2008-08-27
Roman Shaposhnik
Simplification of how dct_mode affects decoding.
blob
|
commitdiff
|
diff to current
2008-08-19
Roman Shaposhnik
Making block size in bits variable and dependent on...
blob
|
commitdiff
|
diff to current
2008-08-19
Roman Shaposhnik
Making the number of blocks per macroblock dependent...
blob
|
commitdiff
|
diff to current
2008-08-19
Roman Shaposhnik
Introducing DV_MAX_BPM macro instead of a hardcoded...
blob
|
commitdiff
|
diff to current
2008-08-11
Roman Shaposhnik
Fixing the units in DV50 tables (both coordinates are
blob
|
commitdiff
|
diff to current
2008-08-11
Roman Shaposhnik
Coalescing the un-weighting and de-quantization steps...
blob
|
commitdiff
|
diff to current
2008-07-11
Diego Biurrun
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
blob
|
commitdiff
|
diff to current
2008-07-11
Diego Biurrun
Make preprocessor condition more specific and useful...
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-06-10
Baptiste Coudurier
remove useless wrapper func
blob
|
commitdiff
|
diff to current
2008-05-28
Baptiste Coudurier
set avctx time_base in dv decoder
blob
|
commitdiff
|
diff to current
2008-05-11
Carl Eugen Hoyos
Replace some occurrences of -1 with PIX_FMT_NONE.
blob
|
commitdiff
|
diff to current
2008-04-29
Stefano Sabatini
Add some long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-04-08
Alexander Strange
Increase alignment for DCT block arrays from 8 to 16
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-03-05
Aurelien Jacobs
remove more useless mpegvideo.h includes
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
some const
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
consts
blob
|
commitdiff
|
diff to current
2007-12-08
Aurelien Jacobs
add ff_ prefix to all simple_idct symbols
blob
|
commitdiff
|
diff to current
2007-03-15
John Dalgliesh
force 16-bytes alignement of block array, as needed...
blob
|
commitdiff
|
diff to current
2007-03-14
Michael Niedermayer
kill av_mallocz_static()
blob
|
commitdiff
|
diff to current
2007-03-13
Michael Niedermayer
kill a av_mallocz_static()
blob
|
commitdiff
|
diff to current
2007-02-13
François Revol
This fixes error handling for BeOS, removing the need...
blob
|
commitdiff
|
diff to current
2007-01-15
Roman Shaposhnik
* Fixing a bug with incorrect bits set in AAUX sourc...
blob
|
commitdiff
|
diff to current
2006-12-08
Måns Rullgård
rename always_inline to av_always_inline and move to...
blob
|
commitdiff
|
diff to current
2006-10-11
Diego Biurrun
Rename ABS macro to FFABS.
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-01
Alexander Strange
Fix compilation with --disable-encoders.
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
add some #ifdef CONFIG_ENCODERS/DECODERS
blob
|
commitdiff
|
diff to current
2006-09-04
Roman Shaposhnik
* Restructuring the division of labor between DV...
blob
|
commitdiff
|
diff to current
2006-08-28
Aurelien Jacobs
force usage of ALT_BITSTREAM_READER where needed
blob
|
commitdiff
|
diff to current
2006-03-06
Roman Shaposhnik
I still don't think this should be here. Note: without...
blob
|
commitdiff
|
diff to current
2006-03-06
Daniel Maas
DVCPRO50 support.
blob
|
commitdiff
|
diff to current
2006-02-28
Dan Maas
Assign class 2 to most macroblocks by default, instead...
blob
|
commitdiff
|
diff to current
2006-02-27
Roman Shaposhnik
Not that we're that far from being an *initial* impleme...
blob
|
commitdiff
|
diff to current
2006-02-27
Dan Maas
AC coefficient weighing (per SMPTE 314M) for the DV...
blob
|
commitdiff
|
diff to current
2006-02-26
Michael Niedermayer
remove wrong assert()
blob
|
commitdiff
|
diff to current
2006-02-26
Michael Niedermayer
replace for loop with 2 asserts()
blob
|
commitdiff
|
diff to current
2006-02-25
Dan Maas
size[0-3] are not initialized (and can get random negat...
blob
|
commitdiff
|
diff to current
2006-02-24
Michael Niedermayer
10l (forgot EOBs)
blob
|
commitdiff
|
diff to current
2006-02-23
Michael Niedermayer
dont lowwer qnos of more blocks then needed
blob
|
commitdiff
|
diff to current
2006-02-23
Michael Niedermayer
fixing dv_guess_qnos()
blob
|
commitdiff
|
diff to current
2006-02-23
Michael Niedermayer
print a big warning if we mess up and run out of space ...
blob
|
commitdiff
|
diff to current
2006-02-05
Steve L'Homme
MSVC-compatible __align8/__align16 declaration
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2006-01-06
Roman Shaposhnik
Moving dv_anchor back to the global scope. This...
blob
|
commitdiff
|
diff to current
2005-12-25
Burkhard Plaum
Fix DV memory leak and allow multiple instances patch...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-09-02
Michael Niedermayer
lowres support
blob
|
commitdiff
|
diff to current
2005-08-30
Michael Niedermayer
optimizations
blob
|
commitdiff
|
diff to current
2005-08-26
Burkhard Plaum
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum...
blob
|
commitdiff
|
diff to current
2005-08-11
Edward Hervey
DV video encoder/decoder doesn't set keyframe and pictu...
blob
|
commitdiff
|
diff to current
2005-05-10
Roine Gustafsson
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
blob
|
commitdiff
|
diff to current
2005-04-18
Michael Niedermayer
various fixes related to the non alt_bitstream_reader
blob
|
commitdiff
|
diff to current
2005-01-23
Michael Niedermayer
avoid buf_size == 0 checks in every decoder
blob
|
commitdiff
|
diff to current
2005-01-12
Michael Niedermayer
various security fixes and precautionary checks
blob
|
commitdiff
|
diff to current
2004-11-27
Burkhard Plaum
Memory leak fix patch by (Burkhard Plaum <plaum >at...
blob
|
commitdiff
|
diff to current
2004-09-22
Jeff Muizelaar
* simplification patch by Jeffrey Ryan Muizelaar
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
data_size = 0 cleanup
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
oops, forgot to commit that change from the warning...
blob
|
commitdiff
|
diff to current
2004-04-30
Michael Niedermayer
cleanup & memleak fix
blob
|
commitdiff
|
diff to current
2004-03-25
Roman Shaposhnik
* some significant clean-up of the dv_decode_ac...
blob
|
commitdiff
|
diff to current
2004-03-24
Falk Hüffner
warning patrol
blob
|
commitdiff
|
diff to current
2004-03-18
Roman Shaposhnik
* removing casualties of battle of the wits and...
blob
|
commitdiff
|
diff to current
2004-03-14
Roman Shaposhnik
* DV decoding/encoding now supports MultiThreading...
blob
|
commitdiff
|
diff to current
2004-03-14
Roman Shaposhnik
* DV decoder simplifications. Now it looks to...
blob
|
commitdiff
|
diff to current
2004-03-12
Roman Shaposhnik
* moving some of the commonly used bit reading...
blob
|
commitdiff
|
diff to current
2004-01-04
Michael Niedermayer
10000l
blob
|
commitdiff
|
diff to current
2003-12-05
Michael Niedermayer
removing unused var & converting 64->32bit
blob
|
commitdiff
|
diff to current
2003-11-27
Roman Shaposhnik
* 3x encoding speedup. Finally we seem to be on...
blob
|
commitdiff
|
diff to current
2003-11-03
Michel Bardiaux
av_log() patch by (Michel Bardiaux <mbardiaux at peakti...
blob
|
commitdiff
|
diff to current
2003-10-24
Roman Shaposhnik
* introducing dct248 into the DSP context.
blob
|
commitdiff
|
diff to current
2003-10-20
Michael Niedermayer
bottom_field_first -> top_field_first
blob
|
commitdiff
|
diff to current
2003-10-18
Roman Shaposhnik
* providing MPEG codecs with a generic fields in...
blob
|
commitdiff
|
diff to current
2003-10-16
Roman Shaposhnik
* fix for a trivial 100l declaration typo
blob
|
commitdiff
|
diff to current
2003-10-15
Michael Niedermayer
align
blob
|
commitdiff
|
diff to current
2003-10-12
Alex Beregszaszi
removed the obsolete and unused parameters of init_put_bits
blob
|
commitdiff
|
diff to current
2003-10-11
Roman Shaposhnik
* recommiting change from SF CVS
blob
|
commitdiff
|
diff to current
2003-10-01
Roman Shaposhnik
* preAlpha DV encoding support -- there's still...
blob
|
commitdiff
|
diff to current
2003-09-29
Roman Shaposhnik
* DV handling was streamlined for both muxing/demuxi...
blob
|
commitdiff
|
diff to current
2003-08-24
Fabrice Bellard
removed unused variable
blob
|
commitdiff
|
diff to current
2003-05-16
Michael Niedermayer
seems i guessed correctly (last 411 chroma block isnt...
blob
|
commitdiff
|
diff to current
2003-05-14
Michael Niedermayer
some libmpeg2 style bitstream reader fixes (no dv doesn...
blob
|
commitdiff
|
diff to current
2003-05-06
Michael Niedermayer
release buffer cleanup
blob
|
commitdiff
|
diff to current
2003-05-01
Roman Shaposhnik
making it nicer to the client who doesn't expect errors...
blob
|
commitdiff
|
diff to current
next