2010-03-09 |
Måns Rullgård | Move libm replacements to new header libm.h |
blob | commitdiff | raw |
2010-03-07 |
Måns Rullgård | Remove hacks not required since HAVE_AV_CONFIG_H was... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Alex Converse | ffmpeg.c: Don't use NULL for integer metadata flags. |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Stefano Sabatini | Make ffmpeg print a message and abort if the name of... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Chris Stones | Don't let output pixel format influence input pixel... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Anton Khirnov | ffmpeg: copy stream metadata. |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Francesco Cosoleto | Prevent overflow of start_time + recording_time. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Michael Niedermayer | Attempt to fix issue1728 and regression of issue203 |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Michael Niedermayer | Set ist->pts to something that isnt guranteed to entang... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Michael Niedermayer | Favor streams with more packets if the user did not... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Michael Niedermayer | Redesign opt_programid code. |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Reimar Döffinger | Make -benchmark also print the maximum memory usage... |
blob | commitdiff | raw | diff to current |
2010-02-11 |
Wolfram Gloger | Remove recording_time check which is no longer necessar... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Reimar Döffinger | Use av_compare_ts to compare against the -t end time... |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Wolfram Gloger | Stop reading input file when -t option value is reached. |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Justin Johnson | Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Stefano Sabatini | Add parentheses in boolean expression: (A && B || C... |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Stefano Sabatini | Make opt_frame_pix_fmt() call show_pix_fmts() if the... |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Michael Niedermayer | Correct opts calulation in ffmpeg.c. |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Michael Niedermayer | Alternative solution for the mpegvideo_split + mov... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Justin Johnson | Guess the duration before converting video and write... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Michael Niedermayer | Check pkt.pts against the recording time. |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Stefano Sabatini | Use av_get_pix_fmt() instead of the deprecated avcodec_... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Jai Menon | ffmpeg.c : Don't set AVFormatParameters::[audio|video... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jai Menon | ffmpeg.c : Increase static limit on the maximum number of |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Michael Niedermayer | Print "Multiple frames in a packet" warning independant... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Michael Niedermayer | Fix heap overflow with -async. |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Indent |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Always call avcodec_thread_init() |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Add -timelimit option |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Michael Niedermayer | Fix stream copy & transcoding one stream at the same... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Michael Niedermayer | Correct indention. |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Michael Niedermayer | Move the definitions of data_buf and data_size closer... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Use av_guess_format() in place of the deprecated guess_... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Michael Dorr | Do not explicitely set thread_count in the codec context. |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Michael Niedermayer | Do not copy codec_tag in stream copy case if it is... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Stefano Sabatini | Use positive logic, improve readability, consistent... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Ramiro Polla | Print usage instead of help when no files are specified. |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Ramiro Polla | Split show_usage() out of show_help(). |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Ramiro Polla | Add a general [options] to the basic usage string. |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Ramiro Polla | First print the program description and then the basic... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Matthieu Crapet | Add -vlang option to set ISO 639 video stream language... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Stefano Sabatini | Use positive logic in opt_target() for selecting the... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Matthieu Crapet | Simplify freeing of audio_language and subtitle_language. |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Stefano Sabatini | Use symbolic names for PAL/NTSC/FILM rather than numeri... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Vitor Sessak | Correct typo |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Michael Niedermayer | Include dup/drop info if any frames where duplicated... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Michael Niedermayer | Off by 1 bugfix for nb_frames_dup. |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Michael Niedermayer | Factorize ic->streams[i] out, |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Michael Niedermayer | Show help if no cmd line options are provided at all. |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Do as the comment says and signal an error. |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | 10l bug, use av_fast_malloc() instead if av_malloc... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Try to allocate audio buffer sizes depending on the... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Check that the buffer size speified to avcodec_encode_a... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
Michael Niedermayer | Do not assume that av_get_bits_per_sample() is a multip... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Michael Niedermayer | Get rid of audio_out2, it seems unneeded. |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Jai Menon | Update frame_width and frame_height based on the lowres... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Stefano Sabatini | Add 'const' attribute to the last_asked_format variable... |
blob | commitdiff | raw | diff to current |
2009-12-04 |
Michael Niedermayer | Do not crash on frame size changes. |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Ramiro Polla | Update help text for -fpre option to make it a little... |
blob | commitdiff | raw | diff to current |
2009-11-29 |
Stefano Sabatini | Factorize common commandline options definition. |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Michael Niedermayer | Remove "frame size must be a multiple of 2" check. |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Michael Niedermayer | Remove special case that changed video sync behavior... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Michael Niedermayer | Split show_formats(). |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Ramiro Polla | Indent. |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Ramiro Polla | Add -fpre option to take a preset file as parameter... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Etienne Buira | Issue an error when forced format cannot be honored. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Stefano Sabatini | Prefer "loglevel" over "logging level number or string... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Sascha Sommer | Add CODEC_CAP_SUBFRAMES for codecs that output multiple... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Sascha Sommer | fix PTS calculation for audio formats with bits per... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Ramiro Polla | Check for return value of some context allocations. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Reimar Döffinger | Increase maximum encoded subtitle size from 64 kB to... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Reimar Döffinger | Make sure that start_display_time is 0 by moving its... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Reimar Döffinger | 100l, error out if subtitle encoder failed instead... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Diego Biurrun | Remove some hunks of unused and disabled code cruft. |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Martin Storsjö | Change type of received_sigterm variable from sig_atomi... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Martin Storsjö | Check for HAVE_ISATTY. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Lou Logan | Rename invalid option name "gop" to "g" in opt_target... |
blob | commitdiff | raw | diff to current |
2009-07-04 |
Carl Eugen Hoyos | Use enum CodecID instead of int. |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Jason Garrett-Glaser | Handle variable input stream pixfmts using the same... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Baptiste Coudurier | clarify encoder and decoder opening error messages |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Eric Buehl | Support varying frame sizes in a single file. |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Reimar Döffinger | Add pts field to AVSubtitle, for use by future XSUB... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Stefano Sabatini | Move opt_loglevel() from ffmpeg.c to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Ramiro Polla | Make ffmpeg able to set the loglevel option using strings |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Baptiste Coudurier | do not use av_parser_change for h264 which uses bitstre... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Måns Rullgård | Print error message when output buffer allocation fails |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Baptiste Coudurier | Fail and print correct error message when video stream... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Baptiste Coudurier | Remove even condition on pad and crop. |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Ramiro Polla | indent |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Ramiro Polla | Remove useless if(), leftover from the vhook removal. |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Baptiste Coudurier | remove commented code using real_pict_num |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Baptiste Coudurier | pad last audio frame when encoding |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Stefano Sabatini | Remove duplicated RGB_TO_[YUV] macros, use those includ... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
David Conrad | Copy input codec's chroma_sample_location to output... |
blob | commitdiff | raw | diff to current |
2009-04-27 |
Benoit Fouet | Make function pointer assignments consistent in option... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Wolfram Gloger | Change return type of opt_loglevel() from void to int. |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Michael Niedermayer | Don't loose bits_per_raw_sample when transcoding. |
blob | commitdiff | raw | diff to current |
2009-04-19 |
Justin Ruggles | Check that channel layout is compatible with number... |
blob | commitdiff | raw | diff to current |
next |