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
/
ffplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffplay: fix mem leak when opening input or parsing options fail.
Benoit Fouet
2014-11-22
1
-2
/
+3
*
ffplay: signal the frame queue before closing audio
Marton Balint
2014-11-11
1
-2
/
+1
*
Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.
Carl Eugen Hoyos
2014-11-09
1
-0
/
+8
*
ffplay: only output null packet once on EOF
Marton Balint
2014-11-09
1
-12
/
+10
*
ffplay: fix indentation after last commit
Marton Balint
2014-11-09
1
-93
/
+89
*
ffplay: implement separete audio decoder thread
Marton Balint
2014-11-09
1
-112
/
+153
*
ffplay: remove manual bug option handling code
Marton Balint
2014-10-17
1
-3
/
+0
*
ffplay: remove delays when paused from video and subtitle thread
Marton Balint
2014-10-17
1
-7
/
+0
*
Merge commit 'e58a140cf91d1a9cdfa3115d73c923dab0e9e7dc'
Michael Niedermayer
2014-10-17
1
-7
/
+13
|
\
*
\
Merge commit 'cf83c0173917a44b89a25ea2b435429bbf9ee767'
Michael Niedermayer
2014-10-17
1
-3
/
+5
|
\
\
|
|
/
*
|
ffplay: dont leave swresampler in half initialized state
Marton Balint
2014-10-09
1
-1
/
+3
*
|
ffplay: Separate AVFrame from AVSubtitle
Michael Niedermayer
2014-09-27
1
-6
/
+5
*
|
ffplay: use av_codec_get_pkt_timebase()
Michael Niedermayer
2014-09-24
1
-1
/
+1
*
|
ffplay: move pts calculating code to generic decoder
Marton Balint
2014-09-23
1
-30
/
+37
*
|
ffplay: factorize decoder functions to generic decoder
Marton Balint
2014-09-23
1
-121
/
+140
*
|
ffplay: handle fullscreen status on resize event
Marton Balint
2014-09-23
1
-1
/
+1
*
|
ffplay: try to fix build failure on apple
Michael Niedermayer
2014-09-17
1
-1
/
+1
*
|
ffplay: use frame queue to determine last used pos
Marton Balint
2014-09-16
1
-7
/
+15
*
|
ffplay: factorize frame queue operations
Marton Balint
2014-09-16
1
-158
/
+199
*
|
Revert the default for ffplay to -noautoexit.
Carl Eugen Hoyos
2014-09-08
1
-1
/
+1
*
|
ffplay: make autoexit the default
Michael Niedermayer
2014-09-06
1
-1
/
+1
*
|
ffplay: use av_malloc_array()
Michael Niedermayer
2014-08-26
1
-1
/
+1
*
|
Use new av_dict_set_int helper function.
Reimar Döffinger
2014-08-16
1
-1
/
+1
*
|
Drop remaining unneeded != NULL
Michael Niedermayer
2014-08-15
1
-1
/
+1
*
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
1
-1
/
+1
|
\
\
|
|
/
*
|
replace calls to url_feof() with avio_feof()
James Almer
2014-08-08
1
-2
/
+2
*
|
ffplay: increase subtitle que size
Michael Niedermayer
2014-07-12
1
-1
/
+1
*
|
ffplay: decrease audio_diff_threshold
Marton Balint
2014-06-24
1
-1
/
+1
*
|
ffplay: decrease max audio callbacks per second
Marton Balint
2014-06-24
1
-3
/
+2
*
|
ffplay: calculate SDL audio buffer size based on sample rate
Marton Balint
2014-06-24
1
-4
/
+6
*
|
ffplay: pass simple integers to calculate_display_rect and set_default_window...
Marton Balint
2014-06-24
1
-14
/
+13
*
|
ffplay: eliminate pictq_prev_picture
Marton Balint
2014-06-24
1
-29
/
+25
*
|
ffplay: remove -ec handling code
Michael Niedermayer
2014-06-17
1
-3
/
+0
*
|
ffplay: support rotated video.
Clément Bœsch
2014-05-23
1
-8
/
+43
*
|
ffplay: Use av_gettime_relative()
Olivier Langlois
2014-05-17
1
-13
/
+13
*
|
ffplay: add support for toggling between multiple video filters with the w key
Marton Balint
2014-05-17
1
-6
/
+30
*
|
ffplay: try multiple sample rates if audio open fails
Marton Balint
2014-05-17
1
-5
/
+15
*
|
cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...
John Peebles
2014-05-17
1
-1
/
+1
*
|
ffplay: fix compilation with Visual Studio
Marton Balint
2014-05-17
1
-1
/
+4
*
|
ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04
Marton Balint
2014-05-17
1
-1
/
+1
*
|
avformat: add av_format_inject_global_side_data(), and disable it by default
Michael Niedermayer
2014-04-15
1
-0
/
+2
*
|
ffplay: display information on stream cycling
Michael Niedermayer
2014-03-12
1
-0
/
+5
*
|
Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'
Michael Niedermayer
2014-02-10
1
-4
/
+39
|
\
\
|
|
/
*
|
ffplay: flush subtitle codecs as well with null packets
Marton Balint
2014-02-05
1
-0
/
+2
*
|
ffplay: reorder the filters to ensure that inputs of the custom filters are m...
Marton Balint
2014-02-05
1
-1
/
+6
*
|
ffplay: remove redundant prototype
Lukasz Marek
2014-01-27
1
-2
/
+0
*
|
ffplay: do not wait for the picture allocation to finish on exit
Marton Balint
2013-12-29
1
-1
/
+1
*
|
ffplay: remove two unneeded av_free_packet calls
Marton Balint
2013-12-29
1
-2
/
+0
*
|
ffplay: remove some unneded av_frame_unref calls
Marton Balint
2013-12-29
1
-2
/
+0
*
|
ffplay: remove unneeded avcodec_get_frame_defaults
Marton Balint
2013-12-29
1
-2
/
+0
[next]