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
...
*
mp3: properly forward mp_decode_frame errors
Luca Barbato
2012-10-23
1
-14
/
+18
*
mp3: exit on parsing error in mp_decode_frame
Luca Barbato
2012-10-23
1
-0
/
+3
*
rtmppkt: Avoid unescaped backslash in Doxygen comment
Diego Biurrun
2012-10-23
1
-1
/
+1
*
fate-lavfi: replace sed/grep/cut combos with awk
Mans Rullgard
2012-10-23
1
-2
/
+2
*
build: Plan 9 support
Mans Rullgard
2012-10-23
6
-2
/
+131
*
build: allow targets to specify extra objects to link with executables
Mans Rullgard
2012-10-23
3
-5
/
+6
*
swscale: avoid pointless use of compound literals
Mans Rullgard
2012-10-23
1
-8
/
+9
*
libm: add fallbacks for various single-precision functions
Mans Rullgard
2012-10-23
3
-0
/
+49
*
network: use getservbyport() only if available
Mans Rullgard
2012-10-23
2
-0
/
+4
*
network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN
Mans Rullgard
2012-10-23
1
-0
/
+8
*
Include sys/time.h before sys/resource.h
Mans Rullgard
2012-10-23
2
-0
/
+2
*
fate: check that dependencies actually exist
Mans Rullgard
2012-10-23
1
-1
/
+3
*
fate: fix ENCMUX macro
Mans Rullgard
2012-10-23
1
-1
/
+1
*
mpegaudiodec: Fix buffer handling on random access
Michael Niedermayer
2012-10-23
1
-0
/
+1
*
mpegaudio: Refactor mp3on4 flush function
Diego Biurrun
2012-10-23
1
-8
/
+9
*
fate: Add dependencies for audio tests
Diego Biurrun
2012-10-23
1
-13
/
+13
*
fate: cosmetics: Group idct8x8 test together with all other libavcodec tests
Diego Biurrun
2012-10-23
3
-6
/
+6
*
fate: More fine-grained dependencies for libavcodec test programs
Diego Biurrun
2012-10-23
1
-5
/
+5
*
fate: Declare avcodec/avformat deps in the respective Makefile snippets
Diego Biurrun
2012-10-23
3
-3
/
+2
*
fate: Add dependencies for WMA and WavPack tests
Diego Biurrun
2012-10-23
2
-19
/
+19
*
Improve wording and spelling of av_log_missing_feature messages.
Diego Biurrun
2012-10-23
10
-14
/
+14
*
lavu: remove disabled FF_API_AV_FIFO_PEEK cruft
Anton Khirnov
2012-10-23
2
-14
/
+0
*
lavu: remove disabled avoptions cruft
Anton Khirnov
2012-10-23
3
-229
/
+0
*
lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft
Anton Khirnov
2012-10-23
3
-19
/
+0
*
Revert "avutil: make some tables visible again"
Anton Khirnov
2012-10-23
1
-1
/
+1
*
Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...
Anton Khirnov
2012-10-23
5
-33
/
+11
*
lavu: bump major to 52
Anton Khirnov
2012-10-23
2
-3
/
+3
*
lavu: postpone recent deprecations until the next major bump
Anton Khirnov
2012-10-23
1
-4
/
+4
*
APIchanges: update lavr bump date
Anton Khirnov
2012-10-23
1
-1
/
+1
*
avconv: only apply presets when we have an encoder.
Anton Khirnov
2012-10-23
1
-27
/
+28
*
atrac3: replace a calculation with FFALIGN()
Justin Ruggles
2012-10-22
1
-2
/
+1
*
atrac3: remove unused ATRAC3Context field, sample_rate
Justin Ruggles
2012-10-22
1
-4
/
+0
*
atrac3: use sizeof(variable) instead of sizeof(type)
Justin Ruggles
2012-10-22
1
-6
/
+7
*
atrac3: simplify MDCT window calculation
Justin Ruggles
2012-10-22
1
-10
/
+7
*
atrac3: initialize static tables in AVCodec.init_static_data()
Justin Ruggles
2012-10-22
1
-26
/
+27
*
atrac3: separate window initialization from IMDCT initialization
Justin Ruggles
2012-10-22
1
-12
/
+9
*
atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-7
/
+6
*
atrac3: remove unused ATRAC3Context field, bit_rate
Justin Ruggles
2012-10-22
1
-2
/
+0
*
atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ...
Justin Ruggles
2012-10-22
1
-7
/
+6
*
atrac3: remove unused ATRAC3Context field, samples_per_channel
Justin Ruggles
2012-10-22
1
-3
/
+1
*
atrac3: use AVCodecContext.block_align instead of keeping a private copy
Justin Ruggles
2012-10-22
1
-17
/
+13
*
atrac3: move the 'delay' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-6
/
+5
*
atrac3: move the 'version' field from ATRAC3Context to where it is used
Justin Ruggles
2012-10-22
1
-5
/
+5
*
atrac3: use AVCodecContext.channels instead of keeping a private copy
Justin Ruggles
2012-10-22
1
-21
/
+20
*
atrac3: simplify some loop indexing
Justin Ruggles
2012-10-22
1
-30
/
+30
*
atrac3: cosmetics: pretty-printing and renaming
Justin Ruggles
2012-10-22
2
-585
/
+572
*
pcm: define AVCodec instances only for enabled codecs
Mans Rullgard
2012-10-22
1
-37
/
+45
*
libxvid: remove useless doxy comments.
Anton Khirnov
2012-10-22
1
-27
/
+0
*
lavc: remove stats_out from the options table.
Anton Khirnov
2012-10-22
1
-1
/
+0
*
riff: remove a write-only variable
Anton Khirnov
2012-10-22
1
-2
/
+1
[prev]
[next]