| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not force fps unless the user actually specified one. | Michael Niedermayer | 2007-12-26 | 1 | -5/+5 |
* | fix pts and keyframe flags for yuv4mpeg | Michael Niedermayer | 2007-12-26 | 1 | -4/+2 |
* | Prevent silent overwriting of files on windows. | Michael Niedermayer | 2007-12-25 | 1 | -0/+1 |
* | Fix "suggest parentheses around assignment used as truth value" warnings. | Diego Biurrun | 2007-12-21 | 1 | -5/+5 |
* | reset manually selected codecs at the end of opt_input_file, to avoid propaga... | Baptiste Coudurier | 2007-12-21 | 1 | -0/+3 |
* | Allow overriding codec_ids. | Michael Niedermayer | 2007-12-19 | 1 | -0/+5 |
* | Notify the input coder about the number of requested channels. | Andreas Öman | 2007-12-15 | 1 | -32/+17 |
* | use av_log_get/set_level() | Måns Rullgård | 2007-12-12 | 1 | -2/+2 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -6/+6 |
* | av_*_next() API for libavcodec | Michael Niedermayer | 2007-12-12 | 1 | -4/+4 |
* | Show which bitstreamfilters were compiled in, similar to the protocols etc | Panagiotis Issaris | 2007-12-12 | 1 | -0/+6 |
* | add const to remove warnings, ffmpeg.c:2892: warning: initialization discards... | Baptiste Coudurier | 2007-12-03 | 1 | -7/+7 |
* | Remove rc_eq-specific code, it is passed by AVOption now. | Michael Niedermayer | 2007-12-03 | 1 | -8/+0 |
* | Fix non-numeric AVOptions. | Michael Niedermayer | 2007-12-03 | 1 | -23/+30 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | frame_size vs. frame_size*channels bug | Michael Niedermayer | 2007-11-28 | 1 | -1/+1 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -0/+3 |
* | os_support.h is also needed for usleep and lseek on MinGW. | Ramiro Polla | 2007-11-22 | 1 | -0/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -4/+4 |
* | Reorder functions to get rid of ugly forward declarations. | Diego Biurrun | 2007-11-15 | 1 | -92/+89 |
* | Move up opt_show_license to get rid of ugly forward declaration. | Stefano Sabatini | 2007-11-14 | 1 | -7/+6 |
* | Warn user if bitrate parameter is too low | Ramiro Polla | 2007-11-04 | 1 | -0/+13 |
* | check av_interleaved_write_frame() return | Michael Niedermayer | 2007-11-01 | 1 | -1/+7 |
* | removed unused variables accidentally introduced in stream_index_from_inputs() | Nico Sabbi | 2007-10-28 | 1 | -2/+1 |
* | reindented after previous commit | Nico Sabbi | 2007-10-27 | 1 | -17/+17 |
* | added option programid to select the program to use and relative code to hand... | Nico Sabbi | 2007-10-27 | 1 | -0/+46 |
* | Merge audio and video bitstream filter options handling. | Benoit Fouet | 2007-10-15 | 1 | -22/+4 |
* | Implement common show version and banner. | Stefano Sabatini | 2007-09-27 | 1 | -22/+5 |
* | Make parse_date return INT64_MIN in case of unparsable input. | Stefano Sabatini | 2007-09-19 | 1 | -4/+15 |
* | Move av_exit() to before main() | Ramiro Polla | 2007-09-16 | 1 | -46/+44 |
* | Split av_exit() out of main() | Ramiro Polla | 2007-09-16 | 1 | -0/+9 |
* | Cosmetic, change "fvstats" to "vstats_file". | Stefano Sabatini | 2007-09-06 | 1 | -11/+11 |
* | using isnan instead of d==d, to signal correctly parsed option | Marc Hoffman | 2007-09-05 | 1 | -7/+7 |
* | Make ffmpeg use cmdutils.c show_license function | Stefano Sabatini | 2007-08-22 | 1 | -33/+1 |
* | Print an SDP when all outputs are RTP (the SDP can be saved in a text file | Luca Abeni | 2007-08-20 | 1 | -0/+14 |
* | update -t option documentation | Godwin Stewart | 2007-08-20 | 1 | -1/+1 |
* | Change imprecise "Unknown codec" message to say "encoder" or "decoder" | Reimar Döffinger | 2007-08-19 | 1 | -2/+3 |
* | Make cmdutils.c:parse_options accept as argument a function to parse | Stefano Sabatini | 2007-08-13 | 1 | -6/+1 |
* | Make show-version exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Make show-license exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Make ffmpeg -formats exit 0. | Stefano Sabatini | 2007-08-11 | 1 | -1/+1 |
* | Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}. | Stefano Sabatini | 2007-08-10 | 1 | -7/+7 |
* | fix x11grab | Michael Niedermayer | 2007-08-10 | 1 | -1/+2 |
* | Make ffmpeg and ffplay exit 0 after displaying help | Stefano Sabatini | 2007-08-09 | 1 | -4/+10 |
* | always handle negative timestamp differences as timestamp discontinuity | Michael Niedermayer | 2007-08-08 | 1 | -2/+3 |
* | Use the codec name from the command line options instead of the codec id. | Nicolas George | 2007-08-08 | 1 | -34/+46 |
* | Avoid showing banner twice. | Benoit Fouet | 2007-08-07 | 1 | -4/+1 |
* | Indent | Ramiro Polla | 2007-08-07 | 1 | -1/+1 |
* | make dts_delta_threshold float so values <1 can be used | Michael Niedermayer | 2007-08-07 | 1 | -2/+2 |
* | audio drift threshold | Michael Niedermayer | 2007-08-07 | 1 | -1/+3 |