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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
296
-1193
/
+1193
*
nutenc: fix a memleak
Anton Khirnov
2011-03-17
1
-0
/
+1
*
asfdec: subtract the preroll value and thus output 0 based timestamps
Vladimir Pantelic
2011-03-17
2
-3
/
+2
*
lavf: Make make_absolute_url a lavf internal function
Martin Storsjö
2011-03-17
4
-106
/
+66
*
applehttp: Fix a typo in a comment
Martin Storsjö
2011-03-17
1
-1
/
+1
*
lavf: make av_interleave_packet() return meaningful error codes
Stefano Sabatini
2011-03-17
1
-3
/
+4
*
lavf: enable av_dlog message in av_interleaved_write_frame()
Stefano Sabatini
2011-03-17
1
-1
/
+2
*
lavf: enable av_dlog() in compute_pkt_fields2()
Stefano Sabatini
2011-03-17
1
-1
/
+5
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
47
-99
/
+104
*
avio: deprecate url_close_buf
Anton Khirnov
2011-03-16
2
-3
/
+3
*
avio: deprecate url_open_buf
Anton Khirnov
2011-03-16
2
-2
/
+4
*
avio: always compile avio_printf, rather than on CONFIG_MUXERS
Anton Khirnov
2011-03-16
1
-2
/
+0
*
avio: avio_ prefix for url_fprintf
Anton Khirnov
2011-03-16
3
-6
/
+23
*
avio: change avio_tell/skip from macros to inline functions
Anton Khirnov
2011-03-16
1
-2
/
+8
*
avio: make url_setbufsize internal.
Anton Khirnov
2011-03-16
4
-5
/
+11
*
lavf: move ff_get_v from avio.h to avio_internal.h
Anton Khirnov
2011-03-16
5
-49
/
+51
*
nutenc: mux chapters.
Anton Khirnov
2011-03-17
2
-4
/
+67
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
76
-348
/
+348
*
Remove occurrences of my old email address
Ramiro Polla
2011-03-16
1
-1
/
+1
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead
Anton Khirnov
2011-03-16
2
-12
/
+5
*
Do not attempt to decode APE file with no frames
Kostya
2011-03-16
1
-0
/
+4
*
jvdec: don't use deprecated url_feof()
Anton Khirnov
2011-03-16
1
-1
/
+1
*
id3v2: merge TYER/TDAT/TIME to date tag
Anton Khirnov
2011-03-15
1
-0
/
+47
*
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-03-15
9
-11
/
+13
*
avio: deprecate url_ferror
Anton Khirnov
2011-03-15
6
-9
/
+8
*
lavf/utils: dont't explicitly check AVIOContext.error
Anton Khirnov
2011-03-15
1
-8
/
+0
*
jv demuxer: prevent video packet size overflow
Peter Ross
2011-03-14
1
-0
/
+2
*
jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number
Peter Ross
2011-03-14
1
-3
/
+5
*
jv demuxer: calculate palette_size for each frame in read_header
Peter Ross
2011-03-14
1
-5
/
+5
*
Bitmap Brothers JV demuxer
Peter Ross
2011-03-14
4
-1
/
+224
*
Add one more avc intra fourcc and extend the description
Benjamin Larsson
2011-03-10
1
-2
/
+3
*
id3v2: fix typo in error message
Anton Khirnov
2011-03-09
1
-1
/
+1
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
63
-114
/
+115
*
mpegts: add all stream languages into metadata
Anssi Hannula
2011-03-07
1
-6
/
+12
*
In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems
Baptiste Coudurier
2011-03-07
1
-2
/
+2
*
Flag DVB subtitles for the hard hearing appropriately using their component_t...
Hendrik Leppkes
2011-03-07
1
-1
/
+11
*
mpegtsenc: handle multiple language tags per stream
Anssi Hannula
2011-03-07
1
-5
/
+23
*
lavf: update documentation of AVOutputFormat.flags
Anssi Hannula
2011-03-07
1
-1
/
+3
*
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
Anton Khirnov
2011-03-07
4
-17
/
+17
*
avio: deprecate url_fget_max_packet_size
Anton Khirnov
2011-03-07
3
-9
/
+6
*
lavf: document the use of multiple entries in language metadata tag
Anssi Hannula
2011-03-07
1
-1
/
+2
*
Add audio codec 0x1600 (ADTS AAC)
Peter Ross
2011-03-07
1
-0
/
+1
*
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-07
23
-29
/
+34
*
avio: deprecate url_fgetc and remove all it uses
Anton Khirnov
2011-03-07
4
-15
/
+15
*
avio: deprecate url_fgets
Anton Khirnov
2011-03-07
2
-1
/
+5
*
avio: add avio_skip macro
Peter Ross
2011-03-07
1
-0
/
+6
*
Add Apple HTTP Live Streaming protocol handler
Martin Storsjö
2011-03-06
3
-0
/
+360
*
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
Martin Storsjö
2011-03-06
2
-1
/
+10
[next]