| Commit message (Expand) | Author | Age | Files | Lines |
* | to be able to compile without HAVE_AV_CONFIG_H | Ronald S. Bultje | 2007-07-02 | 1 | -6/+12 |
* | remove ENABLE_SWSCALER conditions | Ronald S. Bultje | 2007-06-26 | 1 | -7/+4 |
* | Make globals static | Benoit Fouet | 2007-06-26 | 1 | -6/+6 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -10/+11 |
* | replace calls to deprecated parsing functions to calls to new ones | Stefano Sabatini | 2007-06-18 | 1 | -12/+11 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -4/+4 |
* | Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Add support for listing the supported pixel formats using the option | Stefano Sabatini | 2007-05-30 | 1 | -2/+16 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-05-30 | 1 | -3/+3 |
* | use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER | Aurelien Jacobs | 2007-05-30 | 1 | -9/+4 |
* | -sws_flags command line option to set swscaler flags | Ivo van Poorten | 2007-05-23 | 1 | -0/+14 |
* | Do not try to set a video standard unless "-tvstd" is specified | Luca Abeni | 2007-05-21 | 1 | -1/+3 |
* | make help message go to standard output instead of standard error | Nicolas George | 2007-05-09 | 1 | -0/+10 |
* | add a vstats_file command line option | Stefano Sabatini | 2007-04-25 | 1 | -13/+29 |
* | Revert my two previous deliveries (back to r8806) to aply the good patch for ... | Benoit Fouet | 2007-04-25 | 1 | -35/+20 |
* | to complete r8807: free vstats resources | Benoit Fouet | 2007-04-25 | 1 | -0/+5 |
* | add a vstats_file command line option | Stefano Sabatini | 2007-04-25 | 1 | -20/+30 |
* | fix overhead and bitrate statistics | Michael Niedermayer | 2007-04-14 | 1 | -1/+3 |
* | print error message | Baptiste Coudurier | 2007-03-31 | 1 | -2/+3 |
* | change -fs to use bytes instead of kbytes | Baptiste Coudurier | 2007-03-30 | 1 | -2/+2 |
* | change -fs option to use OPT_INT64 | Baptiste Coudurier | 2007-03-30 | 1 | -2/+2 |
* | 1000l, revert r8547, im too stupid | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | typo, fix -fs | Baptiste Coudurier | 2007-03-29 | 1 | -1/+1 |
* | Change the vhook code to send real timestamps to the filters instead of the | Bobby Bingham | 2007-03-29 | 1 | -1/+2 |
* | fix decoding of big audio packets (48k 16bit 2 channels), needed size is rela... | Baptiste Coudurier | 2007-03-28 | 1 | -1/+1 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+2 |
* | add fps stats, patch by Limin Wang <lance lmwang at gmail com> | Limin Wang | 2007-03-16 | 1 | -2/+7 |
* | Remove superfluous HAVE_THREADS #ifdef. | Ramiro Polla | 2007-03-12 | 1 | -6/+0 |
* | Remove superfluous header include. | Diego Biurrun | 2007-03-12 | 1 | -1/+0 |
* | cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com. | Limin Wang | 2007-03-12 | 1 | -136/+136 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 1 | -1/+1 |
* | add message saying that pgmyuv format is deprecated | Baptiste Coudurier | 2007-03-12 | 1 | -0/+1 |
* | remove unused code, patch by Limin Wang <lance lmwang at gmail com> | Limin Wang | 2007-03-09 | 1 | -7/+0 |
* | Remove unnecessary the_end label. | Limin Wang | 2007-03-07 | 1 | -4/+2 |
* | set defaults based on CodecType by using avcodec_get_context_defaults2() | Michael Niedermayer | 2007-03-07 | 1 | -2/+6 |
* | remove unused variables | Limin Wang | 2007-03-07 | 1 | -10/+1 |
* | only store command line parameters in contexts with matching codec_type | Michael Niedermayer | 2007-03-07 | 1 | -3/+8 |
* | typo: unkown->unknown | Alex Beregszaszi | 2007-03-07 | 1 | -2/+2 |
* | free opt_names at the end of main() based on a patch by Limin Wang | Michael Niedermayer | 2007-03-05 | 1 | -0/+1 |
* | indention | Michael Niedermayer | 2007-03-05 | 1 | -2/+2 |
* | remove usless if() before av_free() | Michael Niedermayer | 2007-03-05 | 1 | -2/+0 |
* | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet | 2007-03-05 | 1 | -11/+3 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -4/+4 |
* | remove ps option and rename rtp_payload_size AVOption to ps | Baptiste Coudurier | 2007-03-01 | 1 | -12/+0 |
* | duplicate *_opts for every codec types, in order to have the "ab" and "b" op... | Benoit Fouet | 2007-03-01 | 1 | -15/+27 |
* | Do not jump to "fail" without having a proper sws context in img_resample_ctx | Luca Abeni | 2007-02-28 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -1/+1 |
* | Move the aframes option from the video "subsection" to the | Benoit Fouet | 2007-02-20 | 1 | -1/+1 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -145/+3 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 1 | -2/+2 |