513 Commits (56be950afaac0322dd46e419f62613fce551619a)

Author SHA1 Message Date
Ronald S. Bultje 0f4e816582 to be able to compile without HAVE_AV_CONFIG_H 18 years ago
Ronald S. Bultje 9de8e6acf9 remove ENABLE_SWSCALER conditions 18 years ago
Benoit Fouet 29cc1c23d1 Make globals static 18 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Stefano Sabatini b33ece1634 replace calls to deprecated parsing functions to calls to new ones 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 364a960704 Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 18 years ago
Stefano Sabatini c3b95b1d3d Add support for listing the supported pixel formats using the option 18 years ago
Aurelien Jacobs 808d83fd33 cosmetics: indentation 18 years ago
Aurelien Jacobs 8623e55867 use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER 18 years ago
Ivo van Poorten 3592648940 -sws_flags command line option to set swscaler flags 18 years ago
Luca Abeni df0cecdde0 Do not try to set a video standard unless "-tvstd" is specified 18 years ago
Nicolas George 3688f93aed make help message go to standard output instead of standard error 18 years ago
Stefano Sabatini b60d13799d add a vstats_file command line option 18 years ago
Benoit Fouet 4bd0c2b1d5 Revert my two previous deliveries (back to r8806) to aply the good patch for vstats 18 years ago
Benoit Fouet f5eb2b653f to complete r8807: free vstats resources 18 years ago
Stefano Sabatini f801d8aa86 add a vstats_file command line option 18 years ago
Michael Niedermayer 859d95baa1 fix overhead and bitrate statistics 18 years ago
Baptiste Coudurier eddc482dff print error message 18 years ago
Baptiste Coudurier f9645d7cc4 change -fs to use bytes instead of kbytes 18 years ago
Baptiste Coudurier 85ad1b0e97 change -fs option to use OPT_INT64 18 years ago
Baptiste Coudurier d1b2356998 1000l, revert r8547, im too stupid 18 years ago
Baptiste Coudurier ed057fccfc typo, fix -fs 18 years ago
Bobby Bingham 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the 18 years ago
Baptiste Coudurier 5508d26b7c fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * 18 years ago
Michael Niedermayer c367d06702 prevent exit missuse 18 years ago
Limin Wang 7fc98937d2 add fps stats, patch by Limin Wang <lance lmwang at gmail com> 18 years ago
Ramiro Polla 2a89ee9a63 Remove superfluous HAVE_THREADS #ifdef. 18 years ago
Diego Biurrun 1420b8375d Remove superfluous header include. 18 years ago
Limin Wang bde0705c8c cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com. 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Baptiste Coudurier 17ceb4f9d1 add message saying that pgmyuv format is deprecated 18 years ago
Limin Wang 348d46f2cb remove unused code, patch by Limin Wang <lance lmwang at gmail com> 18 years ago
Limin Wang 4e780252f4 Remove unnecessary the_end label. 18 years ago
Michael Niedermayer 54cc9c46e6 set defaults based on CodecType by using avcodec_get_context_defaults2() 18 years ago
Limin Wang 8e532e681e remove unused variables 18 years ago
Michael Niedermayer 2d0aefd626 only store command line parameters in contexts with matching codec_type 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Michael Niedermayer cb50328dbb free opt_names at the end of main() based on a patch by Limin Wang 18 years ago
Michael Niedermayer 4dcc383a4d indention 18 years ago
Michael Niedermayer 4913b231a7 remove usless if() before av_free() 18 years ago
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps 18 years ago
Benoit Fouet 23b254fb52 duplicate *_opts for every codec types, in order to have the "ab" and "b" options work in the same manner 18 years ago
Luca Abeni 7a16861859 Do not jump to "fail" without having a proper sws context in img_resample_ctx 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Benoit Fouet 036bfd189f Move the aframes option from the video "subsection" to the 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
Måns Rullgård 35f9736988 rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF 18 years ago