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
/
dvdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dv: use AVFrame API properly
Anton Khirnov
2013-12-09
1
-25
/
+15
*
dv: Split DV data table declarations into their own header
Diego Biurrun
2013-11-15
1
-0
/
+1
*
dvdec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-2
/
+6
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-8
/
+3
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-1
/
+1
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-4
/
+4
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-5
/
+5
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
dvdec: drop const qualifier from variable to eliminate a warning
Diego Biurrun
2012-05-06
1
-1
/
+1
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-2
/
+1
*
dv: Merge dvquant.h into dvdata.c where all other DV tables reside.
Diego Biurrun
2012-04-16
1
-2
/
+1
*
dv: Move static tables only used in one place to where they are used.
Diego Biurrun
2012-04-16
1
-0
/
+2
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
dvdec: drop unnecessary dv_tablegen.h #include
Diego Biurrun
2012-03-28
1
-1
/
+0
*
dv: Split off DV video decoder into its own file.
Diego Biurrun
2012-03-27
1
-0
/
+386