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
...
*
flashsvenc: whitespace cosmetics
Diego Biurrun
2011-07-16
1
-7
/
+11
*
flashsvenc: drop some unnecessary parentheses
Diego Biurrun
2011-07-16
1
-9
/
+9
*
flashsvenc: fix some comment typos
Diego Biurrun
2011-07-16
1
-14
/
+13
*
aacps: skip some memcpy() if src and dst would be equal
Mans Rullgard
2011-07-15
1
-8
/
+11
*
lavf/utils: drop av_ prefixes from static functions.
Anton Khirnov
2011-07-15
1
-30
/
+30
*
avio: don't replicate avio_alloc_context functionality.
Anton Khirnov
2011-07-15
1
-10
/
+3
*
configure: Automatically add more flags required on symbian
Martin Storsjö
2011-07-15
1
-1
/
+8
*
mem.h: switch doxygen parameter order to match function prototype
Diego Biurrun
2011-07-15
1
-2
/
+2
*
doxygen: replace @sa tag by the more readable but equivalent @see
Diego Biurrun
2011-07-15
11
-14
/
+14
*
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-15
13
-29
/
+17
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
20
-75
/
+115
*
ac3enc: Mark AVClasses const
Martin Storsjö
2011-07-15
3
-6
/
+6
*
ffserver: Replace two loops with one loop.
Mike Williams
2011-07-14
1
-12
/
+4
*
ffmpeg: Fix the check for experimental codecs
Martin Storsjö
2011-07-14
1
-1
/
+1
*
swscale: extend mmx padding.
Ronald S. Bultje
2011-07-14
1
-6
/
+7
*
swscale: clip unscaled colorspace conversion path.
Ronald S. Bultje
2011-07-14
1
-15
/
+17
*
doxygen: misc consistency cosmetics
Diego Biurrun
2011-07-14
4
-9
/
+5
*
doc: remove file name from @file directive in Doxygen usage example
Diego Biurrun
2011-07-14
1
-1
/
+1
*
doxygen: consistently place brief description
Diego Biurrun
2011-07-14
12
-12
/
+15
*
doxygen: place empty line between brief description and detailed description
Diego Biurrun
2011-07-14
5
-1
/
+6
*
avformat_open_input(): Add braces to shut up gcc warning.
Diego Biurrun
2011-07-14
1
-1
/
+1
*
APIchanges: fill in missing hashes and dates.
Anton Khirnov
2011-07-14
1
-8
/
+8
*
Add an APIChanges entry and bump minor versions for recent changes.
Anton Khirnov
2011-07-14
3
-2
/
+8
*
ffmpeg: print the low bitrate warning after the codec is openend.
Anton Khirnov
2011-07-14
2
-19
/
+3
*
doxygen: Move function documentation into the macro generating the function.
Diego Biurrun
2011-07-14
2
-13
/
+14
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
10
-35
/
+41
*
h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h
Diego Biurrun
2011-07-14
2
-418
/
+418
*
H.264: Add more x86 assembly for 10-bit H.264 predict functions
Daniel Kang
2011-07-13
2
-1
/
+253
*
lavf: fix invalid reads in avformat_find_stream_info()
Anton Khirnov
2011-07-14
1
-1
/
+1
*
cmdutils: replace opt_default with opt_default2() and remove set_context_opts
Anton Khirnov
2011-07-13
2
-110
/
+1
*
ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.
Anton Khirnov
2011-07-13
1
-25
/
+22
*
ffplay: use new avcodec_open2 and avformat_find_stream_info API.
Anton Khirnov
2011-07-13
3
-20
/
+40
*
cmdutils: store all codec options in one dict instead of video/audio/sub
Anton Khirnov
2011-07-13
2
-22
/
+40
*
ffmpeg: check experimental flag after codec is opened.
Anton Khirnov
2011-07-13
1
-26
/
+26
*
ffmpeg: do not set GLOBAL_HEADER flag in the options context
Anton Khirnov
2011-07-13
1
-4
/
+0
*
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
5
-36
/
+26
*
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-13
3
-13
/
+14
*
ac3enc: fix memleak
Justin Ruggles
2011-07-13
1
-0
/
+4
*
mpeg1video: add CODEC_CAP_SLICE_THREADS.
Ronald S. Bultje
2011-07-13
1
-1
/
+1
*
lavf: fix segfault in av_open_input_stream()
Anton Khirnov
2011-07-13
1
-1
/
+2
*
mpegtsenc: set Random Access indicator on keyframe start packets
Jindrich Makovicka
2011-07-13
2
-12
/
+57
*
lavf: Cleanup try_decode_frame() logic.
Alex Converse
2011-07-13
2
-9
/
+3
*
Replace some gotos that lead to single return statements by direct return.
Diego Biurrun
2011-07-13
3
-18
/
+13
*
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diego Biurrun
2011-07-13
5
-8
/
+3
*
mxfenc: include needed header for ff_iso8601_to_unix_time() prototype
Kostya Shishkov
2011-07-13
1
-0
/
+1
*
Add a check for strptime().
Anton Khirnov
2011-07-13
2
-0
/
+8
*
lavf: factor out conversion of ISO8601 string to unix time
Anton Khirnov
2011-07-13
6
-21
/
+20
*
wav: parse 'bext' metadata
Tomas Härdin
2011-07-13
2
-1
/
+102
*
wav: keep parsing until EOF if the input is seekable and we know the size of ...
Tomas Härdin
2011-07-13
1
-15
/
+32
*
wav: Refactor the tag checking into a switch statement
Tomas Härdin
2011-07-13
1
-4
/
+9
[prev]
[next]