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
/
ffmpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cosmetics: indentation
Aurelien Jacobs
2008-10-08
1
-2
/
+2
*
lookup AVCodec by name
Aurelien Jacobs
2008-10-08
1
-8
/
+30
*
Remove unused and invalid code from ffmpeg.c.
Stefano Sabatini
2008-10-05
1
-13
/
+0
*
Uniformly define _XOPEN_SOURCE to 600.
Diego Biurrun
2008-09-29
1
-1
/
+1
*
cosmetics: Consistently use #ifdef in preprocessor directives.
Diego Biurrun
2008-09-29
1
-1
/
+1
*
set video_enc->sample_aspect_ratio to fix stream copy
Wolfram Gloger
2008-09-28
1
-0
/
+1
*
Move opt_default() and set_context_opts() to cmdutils so it can be used from
Michael Niedermayer
2008-09-28
1
-54
/
+0
*
Implement the force_fps option, which disables the automatic selection
Stefano Sabatini
2008-09-28
1
-15
/
+4
*
Support loading presets from random paths.
Michael Niedermayer
2008-09-28
1
-0
/
+3
*
include sys/select.h, fix freebsd 5.5 compilation
Baptiste Coudurier
2008-09-26
1
-0
/
+4
*
Support comments in preset files.
Michael Niedermayer
2008-09-18
1
-3
/
+6
*
Fix setting default value of scan_offset option for target svcd.
Gert Vervoort
2008-09-13
1
-1
/
+1
*
add -xerror option, ffmpeg will now exit right when an error occurs
Baptiste Coudurier
2008-09-04
1
-1
/
+14
*
print error when deinterlacing fails
Baptiste Coudurier
2008-09-04
1
-0
/
+1
*
Remove further 1sample=2byte assumptions within FFmpeg to allow
Peter Ross
2008-09-04
1
-34
/
+15
*
Display error message when user attempts to resample non-S16 audio formats.
Peter Ross
2008-08-31
1
-0
/
+4
*
Simplify the indexing logic in the av_encode() streams mapping code.
Stefano Sabatini
2008-08-27
1
-7
/
+7
*
export sample_aspect_ratio read by the demuxer in a separate field
Aurelien Jacobs
2008-08-23
1
-1
/
+7
*
Provide a context to opt_frame_rate(), and make it print the wrong
Stefano Sabatini
2008-08-23
1
-7
/
+8
*
Replace invocations of av_fifo_realloc(), which is going to be
Stefano Sabatini
2008-08-19
1
-1
/
+4
*
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-08-14
1
-1
/
+4
*
align the audio decoding buffer, since some codecs write to it with simd
Loren Merritt
2008-08-12
1
-2
/
+5
*
Increase the maximum number of supported stream mappings in ffmpeg.c.
Stefano Sabatini
2008-08-03
1
-1
/
+1
*
Add sample format converter to FFmpeg (adds -sample_fmt option)
Peter Ross
2008-08-03
1
-0
/
+58
*
Add opt handler for pending "-sample_fmt" option
Peter Ross
2008-07-31
1
-6
/
+18
*
Make ffmpeg dump output format in case of codec type mismatch between
Stefano Sabatini
2008-07-28
1
-0
/
+2
*
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
Peter Ross
2008-07-26
1
-0
/
+1
*
cosmetics: typo fixes
Diego Biurrun
2008-07-24
1
-1
/
+1
*
Remove explicit strict_std_compliance support as it seems to work fine over
Michael Niedermayer
2008-07-19
1
-9
/
+0
*
Make ffmpeg -t X with X<=0 transcode nothing.
Stefano Sabatini
2008-07-18
1
-2
/
+2
*
Correcting displayed muxing overhead and video stream size.
Michael Niedermayer
2008-07-18
1
-1
/
+1
*
-itsscale to scale timestamps
Michael Niedermayer
2008-07-13
1
-0
/
+26
*
Drop non-C99-compliant initialization.
Diego Biurrun
2008-07-13
1
-1
/
+1
*
On EOF keep calling the decoders until they do not output anything
Michael Niedermayer
2008-07-13
1
-1
/
+3
*
Use -vsync 0 unless the user explicitly asked for something
Michael Niedermayer
2008-07-13
1
-2
/
+2
*
Prevent users from setting -vol and -acodec copy together.
Ramiro Polla
2008-07-12
1
-0
/
+4
*
indent
Michael Niedermayer
2008-07-09
1
-1
/
+1
*
Allow setting codecs through preset files
Michael Niedermayer
2008-07-09
1
-0
/
+7
*
Fix the av_set_string() free / alloc issue.
Michael Niedermayer
2008-07-08
1
-7
/
+7
*
Register intrrupt_cb() early enough so we dont get stuck with tcp input
Michael Niedermayer
2008-06-26
1
-0
/
+3
*
Remove unnecessary function opt_qdiff(), max_qdiff is set now through
Stefano Sabatini
2008-06-25
1
-13
/
+0
*
Use correct timestamp value for stream copy.
Michael Niedermayer
2008-06-25
1
-1
/
+1
*
Cosmetics: move ffmpeg.c dframes option definition from within the
Stefano Sabatini
2008-06-22
1
-1
/
+1
*
cosmetics, reindent
Baptiste Coudurier
2008-06-22
1
-4
/
+4
*
enable feeder threads
Baptiste Coudurier
2008-06-22
1
-0
/
+5
*
Cosmetics: display ffmpeg -h generic advanced options just after
Stefano Sabatini
2008-06-17
1
-3
/
+3
*
Don't show advanced subtitle options within the ffmpeg -h generic
Stefano Sabatini
2008-06-16
1
-1
/
+1
*
Don't show subtitle and grab options within the ffmpeg -h generic options.
Stefano Sabatini
2008-06-16
1
-1
/
+1
*
Make ffmpeg.c use print_error() when it can't read an ffserver stream.
Stefano Sabatini
2008-06-12
1
-2
/
+3
*
Improve ffmpeg error reporting in case of input/output stream mismatch,
Stefano Sabatini
2008-06-12
1
-0
/
+2
[prev]
[next]