index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffmpeg.c
Age
Commit message (
Expand
)
Author
2007-07-13
Check for GetProcessTimes and use it in getutime
Ramiro Polla
2007-07-13
Collapse getutime into one declaration
Ramiro Polla
2007-07-13
Check for getrusage
Ramiro Polla
2007-07-11
Check for termios before conio
Ramiro Polla
2007-07-11
Proper check for interactive support (termios and conio).
Ramiro Polla
2007-07-10
Remove OS/2 support
Ramiro Polla
2007-07-08
grammar error noticed by Mark Cox
Diego Biurrun
2007-07-06
me option implemented as an AVOption
Stefano Sabatini
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-07-02
to be able to compile without HAVE_AV_CONFIG_H
Ronald S. Bultje
2007-06-26
remove ENABLE_SWSCALER conditions
Ronald S. Bultje
2007-06-26
Make globals static
Benoit Fouet
2007-06-24
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-18
replace calls to deprecated parsing functions to calls to new ones
Stefano Sabatini
2007-06-12
misc spelling fixes
Diego Biurrun
2007-06-10
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-05-30
Add support for listing the supported pixel formats using the option
Stefano Sabatini
2007-05-30
cosmetics: indentation
Aurelien Jacobs
2007-05-30
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
Aurelien Jacobs
2007-05-23
-sws_flags command line option to set swscaler flags
Ivo van Poorten
2007-05-21
Do not try to set a video standard unless "-tvstd" is specified
Luca Abeni
2007-05-09
make help message go to standard output instead of standard error
Nicolas George
2007-04-25
add a vstats_file command line option
Stefano Sabatini
2007-04-25
Revert my two previous deliveries (back to r8806) to aply the good patch for ...
Benoit Fouet
2007-04-25
to complete r8807: free vstats resources
Benoit Fouet
2007-04-25
add a vstats_file command line option
Stefano Sabatini
2007-04-14
fix overhead and bitrate statistics
Michael Niedermayer
2007-03-31
print error message
Baptiste Coudurier
2007-03-30
change -fs to use bytes instead of kbytes
Baptiste Coudurier
2007-03-30
change -fs option to use OPT_INT64
Baptiste Coudurier
2007-03-29
1000l, revert r8547, im too stupid
Baptiste Coudurier
2007-03-29
typo, fix -fs
Baptiste Coudurier
2007-03-29
Change the vhook code to send real timestamps to the filters instead of the
Bobby Bingham
2007-03-28
fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela...
Baptiste Coudurier
2007-03-27
prevent exit missuse
Michael Niedermayer
2007-03-16
add fps stats, patch by Limin Wang <lance lmwang at gmail com>
Limin Wang
2007-03-12
Remove superfluous HAVE_THREADS #ifdef.
Ramiro Polla
2007-03-12
Remove superfluous header include.
Diego Biurrun
2007-03-12
cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.
Limin Wang
2007-03-12
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
Panagiotis Issaris
2007-03-12
add message saying that pgmyuv format is deprecated
Baptiste Coudurier
2007-03-09
remove unused code, patch by Limin Wang <lance lmwang at gmail com>
Limin Wang
2007-03-07
Remove unnecessary the_end label.
Limin Wang
2007-03-07
set defaults based on CodecType by using avcodec_get_context_defaults2()
Michael Niedermayer
2007-03-07
remove unused variables
Limin Wang
2007-03-07
only store command line parameters in contexts with matching codec_type
Michael Niedermayer
2007-03-07
typo: unkown->unknown
Alex Beregszaszi
2007-03-05
free opt_names at the end of main() based on a patch by Limin Wang
Michael Niedermayer
2007-03-05
indention
Michael Niedermayer
2007-03-05
remove usless if() before av_free()
Michael Niedermayer
[next]