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
/
apetag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-22
1
-2
/
+2
|
\
|
*
apetag: fix error handling in ff_ape_parse_tag()
Xi Wang
2012-11-21
1
-2
/
+2
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
|
*
apetag: change a forgotten return to return 0
Anton Khirnov
2012-07-31
1
-1
/
+1
*
|
apetag: return value when required.
Nicolas George
2012-08-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-31
1
-6
/
+15
|
\
\
|
|
/
|
*
wv,mpc8: don't return apetag data in packets.
Anton Khirnov
2012-07-31
1
-6
/
+15
*
|
lavf/apetag: move common stuff between writer and reader to single file
Paul B Mahol
2012-07-29
1
-3
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-02
1
-9
/
+37
|
\
\
|
|
/
|
*
apetag: reindent
Anton Khirnov
2012-07-02
1
-9
/
+9
|
*
apetag: export attached covers as video streams.
Anton Khirnov
2012-07-02
1
-1
/
+24
|
*
apetag: fix the amount of data read from binary tags.
Anton Khirnov
2012-07-02
1
-1
/
+6
|
*
apetag: make sure avio_get_str() doesn't read more than it should.
Anton Khirnov
2012-07-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-25
1
-0
/
+4
|
\
\
|
|
/
|
*
apetag: do not leak memory if avio_read() fails
Paul B Mahol
2012-02-23
1
-1
/
+3
|
*
apetag: propagate errors.
Ronald S. Bultje
2012-02-23
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-18
1
-8
/
+27
|
\
\
|
|
/
|
*
apetag: add proper support for binary tags
Paul B Mahol
2012-02-17
1
-8
/
+27
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-09
1
-1
/
+2
|
\
\
|
|
/
|
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-03
1
-4
/
+2
|
\
\
|
|
/
|
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-2
/
+0
|
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-07
1
-1
/
+1
|
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
|
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-9
/
+9
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
|
Fix various unused variable warnings
Clément Bœsch
2011-05-30
1
-1
/
+1
*
|
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-08
1
-1
/
+1
*
|
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-03
1
-2
/
+2
*
|
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-22
1
-9
/
+9
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
|
/
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
1
-1
/
+1
*
Include apetag.h which contains the prototype for ff_ape_parse_tag().
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Remove unused variable, fixes the warning:
Diego Biurrun
2009-12-15
1
-1
/
+1
*
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
Michael Niedermayer
2009-12-13
1
-8
/
+9
*
remove old and useless debug code
Aurelien Jacobs
2009-10-18
1
-12
/
+0
*
Move APE tag parsing into separate module.
Kostya Shishkov
2009-08-11
1
-0
/
+122