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
...
*
Add support for request_sample_format in ffmpeg and ffplay.
Justin Ruggles
2011-05-18
1
-2
/
+70
*
ffmpeg: fix -aspect cli option
Baptiste Coudurier
2011-05-16
1
-15
/
+14
*
Restructure video filter implementation in ffmpeg.c.
Michael Niedermayer
2011-05-16
1
-59
/
+80
*
ffmpeg: use parse_number_and_die() when it makes sense
Stefano Sabatini
2011-05-13
1
-21
/
+18
*
ffmpeg: get rid of the 'q' key schizofrenia
Anton Khirnov
2011-05-13
1
-36
/
+3
*
ffmpeg: factorize quality calculation
Michael Niedermayer
2011-05-12
1
-7
/
+6
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-3
/
+0
*
ffmpeg: call pre_process_video_frame() only if decoding is needed
Stefano Sabatini
2011-05-11
1
-7
/
+3
*
ffmpeg: reformat resample condition code in transcode()
Stefano Sabatini
2011-05-11
1
-3
/
+3
*
ffmpeg: factorize resampling condition check in do_video_out()
Stefano Sabatini
2011-05-11
1
-8
/
+7
*
ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
Stefano Sabatini
2011-05-11
1
-2
/
+2
*
ffmpeg: improve reporting if size/pixel format changes
Stefano Sabatini
2011-05-11
1
-2
/
+5
*
ffmpeg: warns the user when the selected pixel format is ignored
Stefano Sabatini
2011-05-11
1
-1
/
+8
*
ffmpeg: Simplify decode loop condition to not use next_pts
Alexander Strange
2011-05-10
1
-7
/
+8
*
ffmpeg: remove unused fields AVOutputStream.original_width/height
Stefano Sabatini
2011-05-10
1
-7
/
+0
*
ffmpeg: remove unused variable padding_src in do_video_out()
Stefano Sabatini
2011-05-10
1
-3
/
+1
*
ffmpeg: fix negative verbosity.
Michael Niedermayer
2011-05-10
1
-2
/
+2
*
ffmpeg: rename configure_filters() to configure_video_filters()
Stefano Sabatini
2011-05-10
1
-2
/
+2
*
cmdutils: remove list_fmts(), simplify
Stefano Sabatini
2011-05-10
1
-1
/
+4
*
Add missing CONFIG_AVFILTER check.
Takashi Mochizuki
2011-05-10
1
-0
/
+2
*
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
1
-0
/
+4
*
ffmpeg.c: store per-output stream sws flags.
Anton Khirnov
2011-05-09
1
-8
/
+8
*
ffmpeg.c: check for interlaced flag in the correct place.
Anton Khirnov
2011-05-08
1
-1
/
+1
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
1
-2
/
+1
*
Make ffmpeg support generic data stream
Luca Barbato
2011-05-03
1
-7
/
+78
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Remove some disabled printf debug cruft.
Diego Biurrun
2011-04-29
1
-1
/
+0
*
vsrc_buffer: add sample_aspect_ratio fields to arguments.
Michael Niedermayer
2011-04-26
1
-2
/
+16
*
Lowercase all ff* program names.
Diego Biurrun
2011-04-23
1
-2
/
+2
*
error: remove AVERROR_NUMEXPECTED
Stefano Sabatini
2011-04-21
1
-1
/
+1
*
prefer avio_check() over url_exist()
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-1
/
+1
*
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-04-19
1
-1
/
+1
*
lavf: remove FF_API_MAX_STREAMS cruft
Anton Khirnov
2011-04-19
1
-2
/
+0
*
Redefine sameq
Lou Logan
2011-04-10
1
-1
/
+1
*
lavf: get rid of ffm-specific stuff in avformat.h
Anton Khirnov
2011-04-08
1
-0
/
+2
*
lavf: rename avf_sdp_create to av_sdp_create.
Anton Khirnov
2011-04-08
1
-1
/
+1
*
avio: avio_ prefix for url_set_interrupt_cb.
Anton Khirnov
2011-04-07
1
-2
/
+2
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-1
/
+1
*
Add silence support for AV_SAMPLE_FMT_U8.
Alex Converse
2011-04-05
1
-1
/
+9
*
Add audio_service_type field to AVCodecContext for encoding and reporting
Justin Ruggles
2011-03-25
1
-0
/
+1
*
Make sure kbhit() is in conio.h
Dave Yeo
2011-03-22
1
-3
/
+3
*
Do no modify terminal parameters using termios.h
Panagiotis H.M. Issaris
2011-03-20
1
-54
/
+6
*
ffmpeg: modify help text for the map option
Stefano Sabatini
2011-03-20
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
ffmpeg: remove unused variable in ffmpeg_exit()
Stefano Sabatini
2011-03-12
1
-1
/
+0
*
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-07
1
-2
/
+2
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-2
/
+2
*
ffmpeg: Use av_pkt_dump_log2
Martin Storsjö
2011-03-02
1
-1
/
+2
[prev]
[next]