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
/
cmdutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
1
-1
/
+1
*
|
cmdutils: fix an opt name/val swap in set_context_opts()
Etienne Buira
2011-07-02
1
-1
/
+1
*
|
Make all option parsing functions match the function pointer type through whi...
Jeff Downs
2011-06-30
1
-8
/
+16
*
|
parse_options(): Avoid passing NULL as a string arg to fprintf
Jeff Downs
2011-06-24
1
-1
/
+1
*
|
cmdutils: remove outcommented merge trash
Michael Niedermayer
2011-06-20
1
-36
/
+0
*
|
lavfi: add vsink_buffer, and use it in ff* tools
Stefano Sabatini
2011-06-19
1
-68
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-18
1
-1
/
+83
|
\
\
|
|
/
|
*
cmdutils: add opt_default2().
Anton Khirnov
2011-06-16
1
-4
/
+46
|
*
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-13
1
-1
/
+1
|
\
\
|
|
/
|
*
cmdutils: add missing NULL check in parse_options()
Stefano Sabatini
2011-06-12
1
-1
/
+1
|
*
cmdutils: add missing const qualifier
Mans Rullgard
2011-06-04
1
-1
/
+1
|
*
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-28
1
-4
/
+2
*
|
cmdutils: remove unnecessary OPT_DUMMY implementation
Stefano Sabatini
2011-06-05
1
-2
/
+0
*
|
cmdutils: change the signature of the function argument in parse_options()
Stefano Sabatini
2011-06-05
1
-3
/
+5
*
|
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-28
1
-6
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-27
1
-1
/
+2
|
\
\
|
|
/
|
*
cmdutils: use sws_freeContext() instead of av_freep().
Ronald S. Bultje
2011-05-27
1
-1
/
+2
|
*
ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...
Benjamin Larsson
2011-05-11
1
-2
/
+2
|
*
cmdutils: add OPT_INT check in parse_number_or_die()
Stefano Sabatini
2011-05-10
1
-0
/
+2
|
*
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-05-10
1
-10
/
+0
*
|
preset dir for win32
Gianluigi Tiesi
2011-05-21
1
-0
/
+17
*
|
cmdutils: use const AVClass * when senseful
Stefano Sabatini
2011-05-20
1
-3
/
+4
*
|
cmdutils: reset *picref_ptr to NULL in get_filtered_frame()
Stefano Sabatini
2011-05-20
1
-0
/
+1
*
|
cmdutils: Allocate private decoder context if its not allocated yet.
Michael Niedermayer
2011-05-16
1
-1
/
+12
*
|
Allocate per codec options, now that options are freed between inputs and out...
Baptiste Coudurier
2011-05-10
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-10
1
-0
/
+1
|
\
\
|
|
/
|
*
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
1
-0
/
+1
|
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
1
-0
/
+2
*
|
lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
Stefano Sabatini
2011-05-01
1
-1
/
+1
*
|
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-05-01
1
-0
/
+1
*
|
lavc: add a pkt_pos field to AVFrame
Stefano Sabatini
2011-05-01
1
-0
/
+1
*
|
FFMPEG: support demuxer specific options.
Michael Niedermayer
2011-04-30
1
-0
/
+10
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-26
1
-0
/
+1
|
\
\
|
|
/
|
*
win32: include the correct header in cmdutils.c
Luca Barbato
2011-04-25
1
-0
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-24
1
-0
/
+63
|
\
\
|
|
/
|
*
Handle unicode file names on windows
Kirill Gavrilov
2011-04-24
1
-0
/
+63
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-04-19
1
-1
/
+1
|
*
avio: deprecate av_protocol_next().
Anton Khirnov
2011-04-08
1
-12
/
+8
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
Prefer codec specific options over global ones, allowing codec
Baptiste Coudurier
2011-04-19
1
-37
/
+42
*
|
In libx264 wrapper, add -preset and -tune options
Baptiste Coudurier
2011-04-16
1
-2
/
+3
*
|
cmdutils: add OPT_INT check in parse_number_or_die()
Stefano Sabatini
2011-04-16
1
-0
/
+2
*
|
Add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-16
1
-0
/
+2
*
|
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-03-26
1
-10
/
+0
*
|
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
Michael Niedermayer
2011-03-17
1
-2
/
+2
*
|
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
Michael Niedermayer
2011-03-17
1
-2
/
+2
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-17
1
-4
/
+4
|
\
\
|
|
/
|
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-2
/
+2
[prev]
[next]