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
*
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
*
warnings patch by (bubu <bubu at bubu dot net>)
bubu
2003-01-01
1
-1
/
+0
*
AVVideoFrame -> AVFrame
Michael Niedermayer
2002-12-09
1
-3
/
+3
*
cleanup
Michael Niedermayer
2002-12-04
1
-47
/
+26
*
* not checking for get_buffer_callback - it would be user's error
Zdenek Kabelac
2002-11-14
1
-2
/
+3
*
* fixing some minor const warnings
Zdenek Kabelac
2002-11-12
1
-1
/
+2
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
1
-0
/
+1
*
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
Arpi
2002-11-10
1
-13
/
+10
*
* DR1 support
Zdenek Kabelac
2002-11-04
1
-10
/
+32
*
support buffers containing more than one frame
Fabrice Bellard
2002-10-09
1
-8
/
+8
*
fixed NTSC end of line bug
Fabrice Bellard
2002-10-08
1
-4
/
+25
*
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle...
Arpi
2002-10-07
1
-0
/
+3
*
DV ntsc support, 411P colorspace added
Arpi
2002-10-07
1
-10
/
+10
*
moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...
Alex Beregszaszi
2002-10-04
1
-8
/
+2
*
simplified parsing - added MMX idct support
Fabrice Bellard
2002-10-04
1
-82
/
+105
*
first working version of DV video decoder
Fabrice Bellard
2002-10-03
1
-0
/
+632