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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitmap Brothers JV errata
Peter Ross
2011-03-14
3
-0
/
+6
*
Bitmap Brothers JV demuxer
Peter Ross
2011-03-14
4
-1
/
+224
*
Bitmap Brothers JV video decoder
Peter Ross
2011-03-14
4
-2
/
+220
*
Update the url to the site website and change ffmpeg-devel to libav-devel
Johan Andersson
2011-03-13
9
-27
/
+27
*
doc: document applehttp protocol
Luca Barbato
2011-03-13
1
-0
/
+16
*
VP8: fix other function declaration
Jason Garrett-Glaser
2011-03-12
1
-1
/
+1
*
VC1: Export profile/level
Hendrik Leppkes
2011-03-12
2
-4
/
+24
*
ffmpeg: remove unused variable in ffmpeg_exit()
Stefano Sabatini
2011-03-12
1
-1
/
+0
*
VP8: optimize VP8Context struct ordering
Jason Garrett-Glaser
2011-03-12
2
-79
/
+79
*
VP8: fix function declaration
Jason Garrett-Glaser
2011-03-12
1
-1
/
+1
*
VP8: token probs doesn't need padding
Jason Garrett-Glaser
2011-03-12
1
-2
/
+1
*
VP8: use a goto to break out of two loops
Jason Garrett-Glaser
2011-03-12
1
-1
/
+2
*
Add CONFIG_AC3DSP symbol to simplify makefiles
Mans Rullgard
2011-03-12
3
-9
/
+8
*
configure: use pkg-config helpers
Mans Rullgard
2011-03-11
1
-14
/
+7
*
configure: improve pkg-config support
Mans Rullgard
2011-03-11
1
-1
/
+35
*
configure: allow checking multiple functions in check_func_headers()
Mans Rullgard
2011-03-11
1
-15
/
+12
*
Add one more avc intra fourcc and extend the description
Benjamin Larsson
2011-03-10
1
-2
/
+3
*
Export profiles from the mpeg2 video decoder
Benjamin Larsson
2011-03-10
2
-0
/
+21
*
id3v2: fix typo in error message
Anton Khirnov
2011-03-09
1
-1
/
+1
*
aacenc: Fix a segfault in search_for_quantizers
Nathan Caldwell
2011-03-08
2
-2
/
+1
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
64
-115
/
+116
*
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
*
reindent.
Ronald S. Bultje
2011-03-07
1
-3
/
+1
*
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
*
aacenc: remove the data arrays
Young Han Lee
2011-03-07
2
-16
/
+17
*
lavf: document the use of multiple entries in language metadata tag
Anssi Hannula
2011-03-07
1
-1
/
+2
*
aac_latm_dec: use aac context and aac m4ac
Thadeu Lima de Souza Cascardo
2011-03-07
1
-2
/
+2
*
ac3enc: add some assertions
Justin Ruggles
2011-03-07
1
-0
/
+6
*
ac3enc: use av_assert2() instead of assert() to make debugging easier.
Justin Ruggles
2011-03-07
1
-3
/
+5
*
cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().
Justin Ruggles
2011-03-07
3
-3
/
+3
*
Fix compilation on powerpc with --disable-altivec.
Carl Eugen Hoyos
2011-03-07
1
-1
/
+1
*
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
25
-32
/
+37
*
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
*
h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.
Sean McGovern
2011-03-07
1
-2
/
+17
*
Add Apple HTTP Live Streaming protocol handler
Martin Storsjö
2011-03-06
4
-0
/
+361
*
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
Martin Storsjö
2011-03-06
2
-1
/
+10
*
URLProtocol: Add a flags field
Martin Storsjö
2011-03-06
1
-0
/
+1
*
yadif: add parens around macro parameters
Mans Rullgard
2011-03-05
1
-4
/
+4
*
ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...
Justin Ruggles
2011-03-04
1
-4
/
+7
*
ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
Justin Ruggles
2011-03-04
2
-3
/
+4
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
87
-391
/
+392
*
lavf: deprecate get_strz() in favor of avio_get_str
Anton Khirnov
2011-03-04
5
-15
/
+14
[next]