index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ffmpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factorize common commandline options definition.
Stefano Sabatini
2009-11-29
1
-8
/
+1
*
Remove "frame size must be a multiple of 2" check.
Michael Niedermayer
2009-11-27
1
-4
/
+0
*
Remove special case that changed video sync behavior for av_q2d(enc->time_bas...
Michael Niedermayer
2009-11-25
1
-1
/
+1
*
Split show_formats().
Michael Niedermayer
2009-11-19
1
-1
/
+4
*
Indent.
Ramiro Polla
2009-11-02
1
-9
/
+9
*
Add -fpre option to take a preset file as parameter. The -[avs]pre options no
Ramiro Polla
2009-11-02
1
-2
/
+3
*
Issue an error when forced format cannot be honored.
Etienne Buira
2009-10-30
1
-15
/
+17
*
Prefer "loglevel" over "logging level number or string" as argname of
Stefano Sabatini
2009-10-02
1
-1
/
+1
*
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
Sascha Sommer
2009-09-16
1
-1
/
+2
*
fix PTS calculation for audio formats with bits per sample != 16
Sascha Sommer
2009-09-16
1
-1
/
+2
*
Check for return value of some context allocations.
Ramiro Polla
2009-09-12
1
-0
/
+12
*
Increase maximum encoded subtitle size from 64 kB to 1 MB.
Reimar Döffinger
2009-08-26
1
-1
/
+1
*
Make sure that start_display_time is 0 by moving its value onto pts.
Reimar Döffinger
2009-08-26
1
-1
/
+5
*
100l, error out if subtitle encoder failed instead of writing an AVPacket
Reimar Döffinger
2009-08-15
1
-0
/
+4
*
Remove some hunks of unused and disabled code cruft.
Diego Biurrun
2009-08-07
1
-33
/
+0
*
Change type of received_sigterm variable from sig_atomic_t to int,
Martin Storsjö
2009-07-27
1
-1
/
+1
*
Check for HAVE_ISATTY.
Martin Storsjö
2009-07-24
1
-0
/
+2
*
Rename invalid option name "gop" to "g" in opt_target(), so that
Lou Logan
2009-07-16
1
-3
/
+3
*
Use enum CodecID instead of int.
Carl Eugen Hoyos
2009-07-04
1
-2
/
+2
*
Handle variable input stream pixfmts using the same framework introduced
Jason Garrett-Glaser
2009-06-26
1
-2
/
+6
*
clarify encoder and decoder opening error messages
Baptiste Coudurier
2009-06-21
1
-5
/
+5
*
Support varying frame sizes in a single file.
Eric Buehl
2009-06-19
1
-5
/
+68
*
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder
Reimar Döffinger
2009-06-19
1
-0
/
+1
*
Move opt_loglevel() from ffmpeg.c to cmdutils.c.
Stefano Sabatini
2009-06-16
1
-35
/
+0
*
Make ffmpeg able to set the loglevel option using strings
Ramiro Polla
2009-06-16
1
-2
/
+30
*
do not use av_parser_change for h264 which uses bitstream filter, fix #1027
Baptiste Coudurier
2009-06-14
1
-0
/
+5
*
Print error message when output buffer allocation fails
Måns Rullgård
2009-06-14
1
-0
/
+2
*
Fail and print correct error message when video stream pixel format
Baptiste Coudurier
2009-06-12
1
-0
/
+4
*
Remove even condition on pad and crop.
Baptiste Coudurier
2009-06-11
1
-32
/
+0
*
indent
Ramiro Polla
2009-05-31
1
-8
/
+8
*
Remove useless if(), leftover from the vhook removal.
Ramiro Polla
2009-05-31
1
-4
/
+0
*
remove commented code using real_pict_num
Baptiste Coudurier
2009-05-30
1
-4
/
+3
*
pad last audio frame when encoding
Baptiste Coudurier
2009-05-23
1
-2
/
+11
*
Remove duplicated RGB_TO_[YUV] macros, use those included in
Stefano Sabatini
2009-05-22
1
-17
/
+1
*
Copy input codec's chroma_sample_location to output codec when transcoding.
David Conrad
2009-05-12
1
-0
/
+1
*
Make function pointer assignments consistent in option handling.
Benoit Fouet
2009-04-27
1
-2
/
+2
*
Change return type of opt_loglevel() from void to int.
Wolfram Gloger
2009-04-24
1
-1
/
+2
*
Don't loose bits_per_raw_sample when transcoding.
Michael Niedermayer
2009-04-23
1
-0
/
+2
*
Check that channel layout is compatible with number of channels for
Justin Ruggles
2009-04-19
1
-0
/
+2
*
Remove unneeded assignment from av_encode() found by CSA.
Michael Niedermayer
2009-04-17
1
-1
/
+0
*
Remove unused variable from print_report() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+1
*
Remove unneeded assignment in ffmpeg.c found by CSA.
Michael Niedermayer
2009-04-17
1
-1
/
+0
*
Support audio sample formats than S16 when encoding a small last frame.
Justin Ruggles
2009-04-14
1
-1
/
+2
*
set pkt duration for last smaller frame, should fix alac in m4a muxing
Baptiste Coudurier
2009-04-14
1
-0
/
+2
*
fix indentation
Baptiste Coudurier
2009-04-13
1
-1
/
+1
*
move audio buffers declarations and free them in av_exit
Baptiste Coudurier
2009-04-13
1
-4
/
+10
*
move freeing code before exiting because of signal
Baptiste Coudurier
2009-04-13
1
-5
/
+5
*
free options contexts in av_exit, valgrind should be happy now
Baptiste Coudurier
2009-04-13
1
-0
/
+5
*
Fix initialization of avpkt in output_packet().
Thilo Borgmann
2009-04-11
1
-5
/
+3
*
Use the new avcodec_decode_* API.
Thilo Borgmann
2009-04-10
1
-22
/
+24
[next]