index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
dv.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change of indentation
Roman Shaposhnik
2008-11-19
1
-15
/
+14
*
Getting rid of huge static DV tables
Roman Shaposhnik
2008-11-18
1
-3
/
+117
*
Getting rid of unneeded extra wrapper functions
Roman Shaposhnik
2008-11-18
1
-16
/
+7
*
Taking advantage of the new ->execute API
Roman Shaposhnik
2008-11-12
1
-21
/
+16
*
Making it easier to send arbitrary structures as work orders to MT workers
Roman Shaposhnik
2008-11-12
1
-4
/
+4
*
implementing more efficient (and direct) allocation of work for DV codec workers
Roman Shaposhnik
2008-11-08
1
-80
/
+69
*
renaming macro in order to conform with the rest of libavcodec
Roman Shaposhnik
2008-10-30
1
-4
/
+4
*
prettyprinting cosmetics
Diego Biurrun
2008-10-24
1
-226
/
+233
*
spelling cosmetics
Diego Biurrun
2008-10-24
1
-7
/
+7
*
replacing frame_rate and frame_rate_base with an AVRational time_base
Roman Shaposhnik
2008-10-07
1
-1
/
+1
*
unrolling the loops as per Michael's suggestion
Roman Shaposhnik
2008-10-07
1
-11
/
+18
*
fixing a bug that prevented proper unweighting table to be selected
Roman Shaposhnik
2008-10-07
1
-1
/
+1
*
Doxygenizing the comments
Roman Shaposhnik
2008-10-07
1
-3
/
+5
*
simplifying the code as per Michael's suggestion
Roman Shaposhnik
2008-10-07
1
-1
/
+1
*
spelling cosmetics
Diego Biurrun
2008-10-02
1
-5
/
+5
*
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
Roman Shaposhnik
2008-08-28
1
-56
/
+81
*
Cosmetic change aimed at making it easier to see how bits are consumed
Roman Shaposhnik
2008-08-27
1
-1
/
+1
*
Factoring out chan_slice / 27 into seq variable
Roman Shaposhnik
2008-08-27
1
-1
/
+4
*
Simplification of how dct_mode affects decoding.
Roman Shaposhnik
2008-08-27
1
-10
/
+8
*
Making block size in bits variable and dependent on the DV spec
Roman Shaposhnik
2008-08-19
1
-7
/
+3
*
Making the number of blocks per macroblock dependent on the DV stream
Roman Shaposhnik
2008-08-19
1
-5
/
+5
*
Introducing DV_MAX_BPM macro instead of a hardcoded value for the
Roman Shaposhnik
2008-08-19
1
-2
/
+2
*
Fixing the units in DV50 tables (both coordinates are
Roman Shaposhnik
2008-08-11
1
-20
/
+7
*
Coalescing the un-weighting and de-quantization steps for faster
Roman Shaposhnik
2008-08-11
1
-30
/
+19
*
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.
Diego Biurrun
2008-07-11
1
-1
/
+1
*
Make preprocessor condition more specific and useful by changing
Diego Biurrun
2008-07-11
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
remove useless wrapper func
Baptiste Coudurier
2008-06-10
1
-6
/
+1
*
set avctx time_base in dv decoder
Baptiste Coudurier
2008-05-28
1
-0
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-1
/
+3
*
Increase alignment for DCT block arrays from 8 to 16
Alexander Strange
2008-04-08
1
-1
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-1
/
+1
*
remove more useless mpegvideo.h includes
Aurelien Jacobs
2008-03-05
1
-1
/
+1
*
some const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
add ff_ prefix to all simple_idct symbols
Aurelien Jacobs
2007-12-08
1
-1
/
+1
*
force 16-bytes alignement of block array, as needed by the implementation of ...
John Dalgliesh
2007-03-15
1
-2
/
+2
*
kill av_mallocz_static()
Michael Niedermayer
2007-03-14
1
-5
/
+1
*
kill a av_mallocz_static()
Michael Niedermayer
2007-03-13
1
-5
/
+2
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-2
/
+2
*
* Fixing a bug with incorrect bits set in AAUX source pack
Roman Shaposhnik
2007-01-15
1
-4
/
+5
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-7
/
+7
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Fix compilation with --disable-encoders.
Alexander Strange
2006-10-01
1
-1
/
+2
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-0
/
+6
*
* Restructuring the division of labor between DV codec and DV format
Roman Shaposhnik
2006-09-04
1
-12
/
+125
*
force usage of ALT_BITSTREAM_READER where needed
Aurelien Jacobs
2006-08-28
1
-5
/
+1
[prev]
[next]