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
/
dv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...
Brian Brice
2009-06-19
1
-3
/
+6
*
fix probing and demuxing of pond.dv, issue #887
Baptiste Coudurier
2009-06-15
1
-2
/
+13
*
check if frame size matches old sys and assumes corrupted input, fixes #1192
Baptiste Coudurier
2009-06-14
1
-2
/
+2
*
dv probe
Baptiste Coudurier
2009-02-26
1
-1
/
+19
*
Support playback of incorrectly cut DV files where the headers do not
Reimar Döffinger
2009-02-22
1
-1
/
+13
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
additional recovery for the badly broken streams
Roman Shaposhnik
2009-01-05
1
-0
/
+2
*
prettyprinting cosmetics
Diego Biurrun
2008-10-24
1
-59
/
+60
*
spelling cosmetics
Diego Biurrun
2008-10-24
1
-3
/
+5
*
Make gcc 2.95 happy.
Michael Niedermayer
2008-10-08
1
-1
/
+1
*
replacing frame_rate and frame_rate_base with an AVRational time_base
Roman Shaposhnik
2008-10-07
1
-11
/
+8
*
simplifying code as per Michael's suggestion
Roman Shaposhnik
2008-10-07
1
-4
/
+3
*
simplifying the code as per Michael's suggestion
Roman Shaposhnik
2008-10-07
1
-2
/
+2
*
spelling cosmetics
Diego Biurrun
2008-10-02
1
-8
/
+8
*
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
Roman Shaposhnik
2008-08-28
1
-12
/
+36
*
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration
Roman Shaposhnik
2008-08-27
1
-2
/
+2
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-5
/
+5
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
* clarifying the AVInputFormat::read_seek return value
Maksym Veremeyenko
2007-06-25
1
-1
/
+2
*
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
Roman Shaposhnik
2007-01-11
1
-7
/
+7
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Split the DV demuxer and muxer into separate files (as suggested by Diego
Panagiotis Issaris
2006-09-15
1
-378
/
+1
*
* Restructuring the division of labor between DV codec and DV format
Roman Shaposhnik
2006-09-04
1
-268
/
+65
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-13
/
+5
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-06-17
1
-1
/
+1
*
* fixing DV-in-AVI type1 packet production bug
Roman Shaposhnik
2006-04-01
1
-2
/
+5
*
DVCPRO50 support.
Daniel Maas
2006-03-06
1
-175
/
+225
*
typo
Diego Biurrun
2006-02-08
1
-1
/
+1
*
Put muxer-specific code parts in #ifdef CONFIG_MUXERS.
Diego Biurrun
2006-01-19
1
-0
/
+6
*
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
-206
/
+206
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-98
/
+98
*
typo: viedo --> video
Diego Biurrun
2005-09-03
1
-2
/
+2
*
lowres support
Michael Niedermayer
2005-09-02
1
-2
/
+4
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-24
/
+24
*
drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...
Aurelien Jacobs
2005-05-19
1
-1
/
+1
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-2
/
+1
*
fix nonsense timestamp mess
Michael Niedermayer
2005-04-26
1
-15
/
+4
*
* static allocation for audio packets. This will make it a little bit
Roman Shaposhnik
2004-10-13
1
-27
/
+21
*
generic cur_dts update
Michael Niedermayer
2004-10-12
1
-9
/
+0
*
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)
Michael Niedermayer
2004-10-12
1
-13
/
+48
*
* experimental dynamic audio stream allocation for DV demuxer. This
Roman Shaposhnik
2004-09-27
1
-33
/
+20
*
* let DV muxer generate audioless DV streams. This might not be 100%
Roman Shaposhnik
2004-09-27
1
-28
/
+36
*
* fixing a regression introduced by the last seek-support patch
Roman Shaposhnik
2004-09-22
1
-2
/
+2
[next]