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 frame rate conversion when there is no audio channel. This makes
Philip Gladstone
2002-11-20
1
-32
/
+98
*
'-' can be used for standard input
Fabrice Bellard
2002-11-19
1
-0
/
+3
*
fixes the frame number counter for -vcodec copy patch by (mru at users dot so...
Måns Rullgård
2002-11-08
1
-0
/
+1
*
cleanup (breaks compatibility, requested by fabrice)
Michael Niedermayer
2002-11-08
1
-0
/
+5
*
* use larger buffer - the size should be calculcated from the bitstream
Zdenek Kabelac
2002-11-05
1
-2
/
+2
*
* fix leak with output file closing
Zdenek Kabelac
2002-11-05
1
-2
/
+8
*
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)
François Revol
2002-11-05
1
-1
/
+1
*
added BeOS net_server support (R5 network stack), basically the same
François Revol
2002-11-02
1
-6
/
+7
*
-vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...
Måns Rullgård
2002-10-30
1
-0
/
+1
*
fixing bitrate display if -acodec copy is used, patch by (Kareila <cokewench ...
Kareila
2002-10-26
1
-1
/
+1
*
use new PTS api - corrected AV sync for transcoding - factorized print_report...
Fabrice Bellard
2002-10-21
1
-214
/
+218
*
fixing unused variables & adding missing options
Michael Niedermayer
2002-10-15
1
-0
/
+43
*
suppressed vcd flag - use new mpeg mux format instead
Fabrice Bellard
2002-10-15
1
-4
/
+0
*
raw picture support in mux
Fabrice Bellard
2002-10-14
1
-1
/
+9
*
better/cleaner error resilience (done in a 2nd pass after decoding)
Michael Niedermayer
2002-10-13
1
-2
/
+11
*
activated 'raw stream copy' feature (use -acodec copy or -vcodec copy)
Fabrice Bellard
2002-10-11
1
-193
/
+214
*
added two pass support (same syntax as mencoder)
Fabrice Bellard
2002-10-10
1
-0
/
+75
*
idct permutation cleanup, idct can be selected per context now
Michael Niedermayer
2002-09-29
1
-0
/
+10
*
regression test for ratecontrol & adv mpeg4 stuff
Michael Niedermayer
2002-09-20
1
-0
/
+17
*
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...
Michael Niedermayer
2002-09-19
1
-1
/
+1
*
fixing
Michael Niedermayer
2002-09-18
1
-0
/
+7
*
fixing rc of non-intra-only streams which only contain i frames
Michael Niedermayer
2002-09-16
1
-1
/
+22
*
error resilience command line option
Michael Niedermayer
2002-09-12
1
-0
/
+9
*
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
Michael Niedermayer
2002-09-01
1
-2
/
+85
*
using only the fast int dct for regression tests
Michael Niedermayer
2002-08-30
1
-0
/
+8
*
cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)
Felix Bünemann
2002-08-30
1
-4
/
+6
*
new ratecontrol code
Michael Niedermayer
2002-08-25
1
-4
/
+45
*
renamed gettime() av_gettime() - same for register_all()
Fabrice Bellard
2002-07-25
1
-3
/
+3
*
-bug comand line option to workaround encoder bugs which cannot be detected a...
Michael Niedermayer
2002-07-22
1
-0
/
+8
*
nanosleep patch by François Revol <revol at free dot fr>
François Revol
2002-07-21
1
-0
/
+8
*
Change ticker_tick to use ticker_abs as we want the absolute number
Philip Gladstone
2002-06-17
1
-2
/
+2
*
* Go faster stripes: don't check to see if the user presses 'q' if stdin
Philip Gladstone
2002-05-30
1
-7
/
+16
*
* Make video grabbing work again (if you are grabbing multiple streams
Philip Gladstone
2002-05-29
1
-9
/
+10
*
fixing stackoverflow
Michael Niedermayer
2002-05-27
1
-2
/
+7
*
license/copyright change - fixed memory leaks
Fabrice Bellard
2002-05-25
1
-55
/
+50
*
began to simplify code - use modified API for stream reading
Fabrice Bellard
2002-05-20
1
-396
/
+111
*
oops - removed obsolete license draft
Fabrice Bellard
2002-05-18
1
-10
/
+1
*
use av memory functions
Fabrice Bellard
2002-05-18
1
-31
/
+32
*
- Bug fix for AVStream->r_frame_rate not being initialized for live video
Juanjo
2002-05-15
1
-0
/
+2
*
- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame
Juanjo
2002-05-14
1
-15
/
+179
*
- Video CD option for ffmpeg
Juanjo
2002-05-12
1
-0
/
+4
*
- ffmpeg relies on libavcodec to repeat frames from 3:2 sources.
Juanjo
2002-05-12
1
-2
/
+4
*
- Bug fix in map stream parser
Juanjo
2002-05-11
1
-1
/
+6
*
- Segfault fixed when mpeg audio decoder returns a negative data_size.
Juanjo
2002-05-09
1
-1
/
+3
*
* Fix nasty problem with unitialized memory in the file_table
Philip Gladstone
2002-05-09
1
-6
/
+43
*
- Segfault fixed when liba52 dynamic library isn't found.
Juanjo
2002-05-06
1
-1
/
+3
*
- MPEG-4 B frames coding option for ffmpeg.c
Juanjo
2002-05-06
1
-5
/
+30
*
- ME method compatibility with legacy apps.
Juanjo
2002-04-14
1
-6
/
+6
*
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.
Juanjo
2002-04-14
1
-4
/
+14
*
- New switch to activate 4MV in ffmpeg.
Juanjo
2002-04-09
1
-0
/
+6
[next]