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
/
mov.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mov: do not misreport empty stts
Luca Barbato
2011-10-11
1
-2
/
+2
|
*
mov: cosmetics, fix for and if spacing
Luca Barbato
2011-10-11
1
-46
/
+50
|
*
mov: read album_artist atom
Raivo Hool
2011-10-11
1
-0
/
+1
|
*
mov: fix disc/track numbers and totals
Raivo Hool
2011-10-11
1
-8
/
+15
*
|
mov: Only touch extradata in mov_read_extradata() if codec_id is what we expect
Tomas Härdin
2011-09-29
1
-5
/
+31
*
|
Use the parser for AC-3 in mov.
Carl Eugen Hoyos
2011-09-21
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-21
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove some forgotten AVCodecContext.palctrl usage.
Anton Khirnov
2011-09-21
1
-2
/
+0
*
|
mov: Fix grayscale Cinepak in mov
Michael Niedermayer
2011-09-20
1
-0
/
+3
*
|
mov: read tmcd tag and set timecode drop flag accordingly.
Baptiste Coudurier
2011-08-30
1
-1
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-26
1
-2
/
+1
|
\
\
|
|
/
|
*
mp4: Handle non-trivial ES Descriptors.
Alex Converse
2011-08-25
1
-2
/
+1
*
|
mov: Set negative Sample_duration in STTS to 1
Thierry Foucu
2011-08-13
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-22
1
-1
/
+1
|
\
\
|
|
/
|
*
mov: add clcp type track as Subtitle stream.
Thierry Foucu
2011-07-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
1
-8
/
+8
|
\
\
|
|
/
|
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-8
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-1
/
+2
|
\
\
|
|
/
|
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
|
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
|
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-21
1
-1
/
+1
|
\
\
|
|
/
|
*
mov: Fix empty edit detection.
Yusuke Nakamura
2011-06-19
1
-1
/
+1
*
|
replace remaining usage of deprecated av_metadata_set2() by av_dict_set()
Aurelien Jacobs
2011-06-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-11
1
-4
/
+5
|
\
\
|
|
/
|
*
mov: Fix wrong timestamp generation for fragmented movies that have time offs...
Yusuke Nakamura
2011-06-10
1
-4
/
+5
*
|
Extract rotation in MOV metadata
Dave Badia
2011-06-10
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-10
1
-0
/
+14
|
\
\
|
|
/
|
*
movdec: Add support for the 'wfex' atom.
Alex Converse
2011-06-09
1
-0
/
+14
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-12
/
+10
|
\
\
|
|
/
|
*
mov: Remove leftover crufty debug statement with references to a local file.
Diego Biurrun
2011-06-08
1
-3
/
+0
|
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-9
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
1
-6
/
+3
|
\
\
|
|
/
|
*
Replace some av_log/printf + #ifdef combinations by av_dlog.
Diego Biurrun
2011-06-07
1
-6
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-04
1
-1
/
+1
|
\
\
|
|
/
|
*
Mark some variables with av_unused
Mans Rullgard
2011-06-03
1
-1
/
+1
|
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-3
/
+3
*
|
Fix various unused variable warnings
Clément Bœsch
2011-05-30
1
-3
/
+3
*
|
Add reading of disc number to mov.c
Reuben Thomas
2011-05-25
1
-6
/
+8
*
|
movdec: dont divide by zero when stts_data[0].duration = 0.
Michael Niedermayer
2011-05-22
1
-1
/
+1
*
|
Add some forgotten const to function arguments in libavfilter & libavformat.
Michael Niedermayer
2011-05-17
1
-2
/
+2
*
|
Fix some mov files with little endian audio (tickets 201 - 203).
Carl Eugen Hoyos
2011-05-17
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-13
1
-5
/
+11
|
\
\
|
|
/
|
*
mov: Support edit list atom version 1.
Yusuke Nakamura
2011-05-12
1
-5
/
+11
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-07
1
-13
/
+27
|
\
\
|
|
/
|
*
mov: fix composition timestamps on movie fragments.
Yusuke Nakamura
2011-05-05
1
-13
/
+27
*
|
Make DV (sub) demuxer set proper pkt->pos values.
Reimar Döffinger
2011-05-02
1
-1
/
+1
*
|
Read the album_artist, grouping and lyrics metadata.
Reimar Döffinger
2011-04-30
1
-0
/
+3
*
|
Read channel layout atom in mov files.
Carl Eugen Hoyos
2011-04-28
1
-0
/
+10
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-24
1
-3
/
+3
|
\
\
|
|
/
[prev]
[next]