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
/
flacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-10
/
+9
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-2
/
+1
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-2
/
+2
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-2
/
+2
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-6
/
+6
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-3
/
+3
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
vorbiscomment: convert metadata before computing the header's length
Anton Khirnov
2010-10-27
1
-0
/
+2
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+0
*
vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**
Anton Khirnov
2010-10-14
1
-3
/
+3
*
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's
Justin Ruggles
2010-03-22
1
-23
/
+0
*
Add VorbisComment writing to FLAC files.
James Darnley
2010-03-20
1
-4
/
+64
*
Share the function to write a raw FLAC header and use it in the Matroska
Justin Ruggles
2009-02-26
1
-4
/
+9
*
cosmetics: add a comment in flac_write_header().
Justin Ruggles
2009-02-26
1
-0
/
+1
*
Add support for full header extradata to raw FLAC muxer.
Justin Ruggles
2009-02-26
1
-2
/
+4
*
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-26
1
-6
/
+19
*
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.
Justin Ruggles
2009-02-26
1
-0
/
+74