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
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-10
/
+10
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-75
/
+75
*
Split out code that auto-chooses a default pix_fmt/sample_fmt in their own
Ronald S. Bultje
2010-03-30
1
-23
/
+32
*
10l: fix build without termios.h
Måns Rullgård
2010-03-20
1
-1
/
+3
*
Register atexit handler only when needed
Måns Rullgård
2010-03-19
1
-7
/
+2
*
ffmpeg.c: copy chapters by default.
Anton Khirnov
2010-03-19
1
-0
/
+51
*
Typo: if output (video) stream's pix_fmt is not set, then the stream cannot
Ronald S. Bultje
2010-03-16
1
-1
/
+1
*
Allow mpeg style yuv in jpeg when strict standard compliance is small enough.
Michael Niedermayer
2010-03-15
1
-1
/
+5
*
ffmpeg: Combine variable declaration and definition
Alexander Strange
2010-03-15
1
-2
/
+1
*
ffmpeg: Factor out redundant sync_ipts calculation
Alexander Strange
2010-03-15
1
-3
/
+6
*
Move libm replacements to new header libm.h
Måns Rullgård
2010-03-09
1
-0
/
+1
*
Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
Måns Rullgård
2010-03-07
1
-3
/
+0
*
ffmpeg.c: Don't use NULL for integer metadata flags.
Alex Converse
2010-03-04
1
-1
/
+1
*
Make ffmpeg print a message and abort if the name of the format
Stefano Sabatini
2010-03-02
1
-1
/
+4
*
Don't let output pixel format influence input pixel format.
Chris Stones
2010-03-01
1
-0
/
+1
*
ffmpeg: copy stream metadata.
Anton Khirnov
2010-03-01
1
-4
/
+8
*
Prevent overflow of start_time + recording_time.
Francesco Cosoleto
2010-02-26
1
-1
/
+2
*
Attempt to fix issue1728 and regression of issue203
Michael Niedermayer
2010-02-23
1
-1
/
+1
*
Set ist->pts to something that isnt guranteed to entangle itself with stream ...
Michael Niedermayer
2010-02-23
1
-1
/
+3
*
Favor streams with more packets if the user did not specify what she wants.
Michael Niedermayer
2010-02-23
1
-3
/
+6
*
Redesign opt_programid code.
Michael Niedermayer
2010-02-23
1
-41
/
+38
*
Make -benchmark also print the maximum memory usage if possible.
Reimar Döffinger
2010-02-22
1
-1
/
+25
*
Remove recording_time check which is no longer necessary after r21687.
Wolfram Gloger
2010-02-11
1
-4
/
+0
*
Use av_compare_ts to compare against the -t end time instead of using
Reimar Döffinger
2010-02-10
1
-1
/
+1
*
Stop reading input file when -t option value is reached.
Wolfram Gloger
2010-02-08
1
-2
/
+5
*
Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...
Justin Johnson
2010-02-06
1
-13
/
+0
*
Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),
Stefano Sabatini
2010-02-06
1
-1
/
+1
*
Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option
Stefano Sabatini
2010-02-03
1
-1
/
+1
*
Correct opts calulation in ffmpeg.c.
Michael Niedermayer
2010-02-03
1
-3
/
+0
*
Alternative solution for the mpegvideo_split + mov problem.
Michael Niedermayer
2010-02-03
1
-1
/
+4
*
Guess the duration before converting video and write guessed duration
Justin Johnson
2010-02-02
1
-0
/
+13
*
Check pkt.pts against the recording time.
Michael Niedermayer
2010-02-01
1
-0
/
+4
*
Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()
Stefano Sabatini
2010-01-30
1
-1
/
+2
*
ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_id
Jai Menon
2010-01-28
1
-4
/
+3
*
ffmpeg.c : Increase static limit on the maximum number of
Jai Menon
2010-01-27
1
-1
/
+1
*
Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMES
Michael Niedermayer
2010-01-27
1
-1
/
+4
*
Fix heap overflow with -async.
Michael Niedermayer
2010-01-23
1
-5
/
+8
*
Indent
Måns Rullgård
2010-01-20
1
-3
/
+3
*
Always call avcodec_thread_init()
Måns Rullgård
2010-01-20
1
-3
/
+0
*
Add -timelimit option
Måns Rullgård
2010-01-20
1
-0
/
+5
*
Fix stream copy & transcoding one stream at the same time.
Michael Niedermayer
2010-01-07
1
-15
/
+17
*
Correct indention.
Michael Niedermayer
2010-01-07
1
-2
/
+2
*
Move the definitions of data_buf and data_size closer to where they are used.
Michael Niedermayer
2010-01-07
1
-2
/
+3
*
Use av_guess_format() in place of the deprecated guess_format().
Stefano Sabatini
2010-01-01
1
-2
/
+2
*
Do not explicitely set thread_count in the codec context.
Michael Dorr
2009-12-28
1
-3
/
+0
*
Do not copy codec_tag in stream copy case if it is associated with a differen...
Michael Niedermayer
2009-12-25
1
-1
/
+1
*
Use positive logic, improve readability, consistent with r20877.
Stefano Sabatini
2009-12-25
1
-1
/
+1
*
Print usage instead of help when no files are specified.
Ramiro Polla
2009-12-21
1
-2
/
+5
*
Split show_usage() out of show_help().
Ramiro Polla
2009-12-21
1
-2
/
+7
*
Add a general [options] to the basic usage string.
Ramiro Polla
2009-12-21
1
-1
/
+1
[next]