403 Commits (2cffe38df3df8ee1ec0fea0b2a2d3fed6e75da0d)

Author SHA1 Message Date
Martin Storsjö cb6f8245ae cmdutils: Allow calling filter_codec_opts without a set encoder 12 years ago
Justin Ruggles e8da807537 cmdutils: only use libavresample when it is enabled 12 years ago
Michael Niedermayer ad899522ff ffmpeg: use a AVDictionary instead of the context to move swr parameters around 12 years ago
Michael Niedermayer f3abdf4392 cmdutils: fix null pointer dereference 12 years ago
Justin Ruggles 5c7db097eb avconv: pass libavresample options to AVFilterGraph 12 years ago
Anton Khirnov d2a25c4032 get_buffer(): do not initialize the data. 12 years ago
Kostya Shishkov 89f11f498b qtrle: fix the topmost line for 1bit 12 years ago
Anton Khirnov 2cd4068071 fraps: fix off-by one bug for version 1. 12 years ago
Anton Khirnov da7baaaae7 aasc: fix output for msrle compression. 12 years ago
Anton Khirnov 238614de67 cdgraphics: do not rely on get_buffer() initializing the frame. 12 years ago
Anton Khirnov 6a39985451 cmdutils: remove ansi from the list of broken codecs. 12 years ago
Michael Niedermayer 9381521968 cmdline: fix -- to escape files starting with - 12 years ago
Johan Andersson 7768a635c4 cmdutils: update copyright year to 2013 12 years ago
Michael Niedermayer 9b53306178 cmdutils: we have 2013 12 years ago
Michael Niedermayer ba4bcb191a cmdutils: implement debug/fdebug log level update differently. 12 years ago
Anton Khirnov c661cb6672 cmdutils: pass number of groups to split_commandline(). 12 years ago
Anton Khirnov 0ec1642b60 cmdutils: don't log an error in opt_default(). 12 years ago
Anton Khirnov 8c9af5b205 cmdutils: add a commandline pre-parser. 12 years ago
Anton Khirnov a01c02bcff cmdutils: split parse_option(). 12 years ago
Clément Bœsch 7fb49639e6 lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. 12 years ago
Anton Khirnov ff953fecff lavc: set frame properties in ff_get_buffer(). 12 years ago
Martin Storsjö 15caccb9be cmdutils: Use a configure check for enabling CommandLineToArgvW 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Nicolas George cb8c5e531c cmdutils: free the report file name. 12 years ago
Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Michael Niedermayer 769354348a PRINT_CODEC_SUPPORTED: fix used variable 12 years ago
Nicolas George 1fa47f8dea cmdutils: allow to set the report file name. 12 years ago
Michael Niedermayer 4e6fa5be3c Revert "cmdutils: allow specifying the file for -report" 12 years ago
Michael Niedermayer 841bf0ef24 cmdutils: allow specifying the file for -report 12 years ago
Diego Biurrun ab79966475 cmdutils: Conditionally compile libswscale-related bits 12 years ago
Leon van Stuivenberg c5be6192f0 cmdutils: avoid using cpp directives within printf macro arguments 12 years ago
Michael Niedermayer 0008e0d632 cmdutils: fix unclosed file on error 12 years ago
Michael Niedermayer aa47821344 cmdutils: remove writes in never read variable 12 years ago
Mans Rullgard 3f65eff408 Include sys/time.h before sys/resource.h 12 years ago
Michael Niedermayer 250fe6eeb4 cmdutils: apply option to codec and format contexts if possible. 12 years ago
Michael Niedermayer ce739e66f4 cmdutils: add missing check for ftell() return 12 years ago
Michael Niedermayer 35daf3ca81 cmdutils: remove unneeded null check 12 years ago
Anton Khirnov b7f1010c8f tools: do not use av_pix_fmt_descriptors directly. 12 years ago
Janne Grunau b94e4acb48 cmdutils_read_file: increment *size after writing the trailing \0 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Nicolas George 7200fecd9b cmdutils: sort codec lists. 12 years ago
Bobby Bingham d0c6ac0deb Fix segfault with -filters option 12 years ago
Derek Buitenhuis e1b4496040 msvc: Add a va_copy compatability macro for msvc 12 years ago
Anton Khirnov 990450c5bf cmdutils: avoid setting data pointers to invalid values in alloc_buffer() 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 12 years ago
Anton Khirnov e2785fa728 cmdutils: make -codecs print lossy/lossless flags. 12 years ago
Nicolas George 786dadc014 cmdutils: add -layouts option. 12 years ago
Carl Eugen Hoyos 4abb3539a6 Fix one of the problems with -codecs, -encoders and -decoders. 12 years ago