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
/
libavformat
/
nsvdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new metadata API in nsv demuxer
Aurelien Jacobs
2009-02-18
1
-9
/
+1
*
Use more descriptive format long_names.
Diego Biurrun
2009-02-12
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Try to fix FATE after my time_base simplification change.
Michael Niedermayer
2008-07-17
1
-2
/
+4
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-4
/
+4
*
indent
Michael Niedermayer
2007-09-22
1
-1
/
+1
*
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...
Michael Niedermayer
2007-09-22
1
-0
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-2
/
+2
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-2
/
+2
*
file extension based probe is max/2
Michael Niedermayer
2007-04-08
1
-1
/
+1
*
factorize
Michael Niedermayer
2007-04-08
1
-4
/
+1
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
The NSV demuxer assumes that a video frame's timestamp increases by one on each
David Conrad
2007-03-21
1
-1
/
+3
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-2
/
+2
*
Add support for VP60 and VP61.
Aurelien Jacobs
2006-12-17
1
-3
/
+3
*
add support for all framerates specified by the standard
Joakim Plate
2006-10-28
1
-13
/
+20
*
Fix A/V (de)sync with discontinuous NSV streams,
Joakim Plate
2006-10-28
1
-16
/
+16
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
disable annoying debug messages
Baptiste Coudurier
2006-10-22
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
VP5 and VP6 video decoder
Aurelien Jacobs
2006-09-09
1
-3
/
+3
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-7
/
+1
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
free codec extradata in av_close_input_file
Måns Rullgård
2006-06-16
1
-1
/
+0
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-40
/
+40
*
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-12-12
1
-6
/
+7
*
kill a bunch of compiler warnings
Måns Rullgård
2005-08-14
1
-5
/
+5
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-19
/
+19
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-5
/
+2
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-6
/
+3
*
fix useless framerate messup
Michael Niedermayer
2005-04-26
1
-15
/
+16
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-17
/
+5
*
integer overflows, heap corruption
Michael Niedermayer
2005-01-08
1
-0
/
+2
*
kill a annoying debug printf
Michael Niedermayer
2004-11-30
1
-1
/
+1
*
use correct types
Mike Melanson
2004-11-20
1
-8
/
+8
*
First implementation of nsv demuxer.
François Revol
2004-11-20
1
-0
/
+775