486 Commits (9608652dc15ae83a36df8ec8962dd0cce24d87ca)

Author SHA1 Message Date
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
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Matthijs Douze 8d74e55b83 Print error message instead of crashing when combining -vcodec copy and -vhook. 18 years ago
Diego Biurrun 928e00948a happy new year 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Michel Bardiaux 57b7e784d0 Force stereo in target vcd. 18 years ago
Michael Niedermayer 5d55e966e1 use avcodec_decode_audio2() 18 years ago
Baptiste Coudurier e3e3be5346 do not force output audio channels 18 years ago
Baptiste Coudurier bd31a388db AVOption is now const, removes a few warnings 18 years ago
Baptiste Coudurier 079e8cb962 do not override rc_buffer_occupancy if set 18 years ago
Ramiro Polla 27571d3de9 Segmentation fault fix when no video device is specified. 18 years ago
Guillaume Poirier f58f4ce19d Original X11 device demuxer patch from Clemens Fruhwirth 18 years ago
Guillaume Poirier 83c547a4a1 revert broken commit of x11 device demuxer patch 18 years ago
Guillaume Poirier e519b02c10 Original X11 device demuxer patch from Clemens Fruhwirth 18 years ago
Baptiste Coudurier 386c88de74 print a more correct message when container frame rate differs from codec frame rate 18 years ago
Måns Rullgård f27a726809 use standard INT64_MAX instead of MAXINT64 (and MIN) 18 years ago
Baptiste Coudurier 3c13202396 fix memleak, free stream codec allocated by av_new_stream 18 years ago
Ramiro Polla d86b83f8ab add interactive support for MinGW 18 years ago
Michael Niedermayer f889d3f9e4 also set strict_std_compliance for stream copy, its needed for the bitstream filters 18 years ago
Michael Niedermayer 4408e75e02 2nd try for -vcodec copy timebase selection last one choose 1fps due to broken opendivx stream in avi (avi had the correct 15fps) 18 years ago
Baptiste Coudurier 8a7bde1ca9 move check for output file streams num in av_encode 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Michael Niedermayer d29de719a0 better timebase selection heuristic for video stream copy 18 years ago
borat@subsense.com 39a94d24f7 support for sub-only streams; patch by borat subsense com 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 4bef236ba8 Fix quantiSer --> quantiZer typo. 18 years ago