1129 Commits (67e9ae14d93aeee019bf65d38192ca5c75dc99dd)

Author SHA1 Message Date
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Anton Khirnov 55ba12e300 ffmpeg: deprecate -vc and -tvstd 14 years ago
Anton Khirnov 8035f42968 ffmpeg: use new avformat_open_* API. 14 years ago
Anton Khirnov 0b7ccad6bf ffmpeg: don't abuse a global for passing frame size from input to output 14 years ago
Anton Khirnov 10de86b882 ffmpeg: don't abuse a global for passing pixel format from input to output 14 years ago
Anton Khirnov 62940bb42f ffmpeg: initialise encoders earlier. 14 years ago
Anton Khirnov 9446d75941 ffmpeg: merge output_codecs array into AVOutputStream members. 14 years ago
Anton Khirnov a6286bda09 ffmpeg: don't abuse a global for passing framerate from input to output 14 years ago
Anton Khirnov 8f3e999736 ffmpeg: don't abuse a global for passing channels from input to output 14 years ago
Anton Khirnov d7ee44024c ffmpeg: don't abuse a global for passing samplerate from input to output 14 years ago
Ronald S. Bultje 0be3736796 ffmpeg: fix streaming to ffserver. 14 years ago
Alex Converse 9a1b79128c ffmpeg.c: Add a necessary const qualifier 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Mike Williams db3262b700 ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup. 14 years ago
Anton Khirnov 2cf8355f98 ffmpeg: get rid of useless AVInputStream.nb_streams. 14 years ago
Anton Khirnov 07633154ad ffmpeg: simplify managing input files and streams 14 years ago
Anton Khirnov d2bc4da15b ffmpeg: purge redundant AVInputStream.index. 14 years ago
Martin Storsjö a121754852 ffmpeg: Don't trigger url_interrupt_cb on the first signal 14 years ago
Anton Khirnov 71cc331cab ffmpeg: get rid of the -vglobal option. 14 years ago
Justin Ruggles bc778a0cea Add support for request_sample_format in ffmpeg and ffplay. 14 years ago
Baptiste Coudurier 901ff51116 ffmpeg: fix -aspect cli option 14 years ago
Michael Niedermayer 9d5fa6182d Restructure video filter implementation in ffmpeg.c. 14 years ago
Stefano Sabatini dbe9453946 ffmpeg: use parse_number_and_die() when it makes sense 14 years ago
Anton Khirnov 8fb566fdf8 ffmpeg: get rid of the 'q' key schizofrenia 14 years ago
Michael Niedermayer 5da116a3fd ffmpeg: factorize quality calculation 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Stefano Sabatini 3fd62c6e24 ffmpeg: call pre_process_video_frame() only if decoding is needed 14 years ago
Stefano Sabatini 2b95602e93 ffmpeg: reformat resample condition code in transcode() 14 years ago
Stefano Sabatini 9aa797cd28 ffmpeg: factorize resampling condition check in do_video_out() 14 years ago
Stefano Sabatini c29c2eea8f ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet 14 years ago
Stefano Sabatini 2ecc5b70fb ffmpeg: improve reporting if size/pixel format changes 14 years ago
Stefano Sabatini b568d6d94b ffmpeg: warns the user when the selected pixel format is ignored 14 years ago
Alexander Strange cb48fdf67e ffmpeg: Simplify decode loop condition to not use next_pts 14 years ago
Stefano Sabatini bc97695af8 ffmpeg: remove unused fields AVOutputStream.original_width/height 14 years ago
Stefano Sabatini f38d900fb8 ffmpeg: remove unused variable padding_src in do_video_out() 14 years ago
Michael Niedermayer d1991f51f3 ffmpeg: fix negative verbosity. 14 years ago
Stefano Sabatini 0420bf09f7 ffmpeg: rename configure_filters() to configure_video_filters() 14 years ago
Stefano Sabatini 5d2c6f42d7 cmdutils: remove list_fmts(), simplify 14 years ago
Takashi Mochizuki c3e40410d4 Add missing CONFIG_AVFILTER check. 14 years ago
Anton Khirnov 19615089a0 ffmpeg.c: reset avoptions after each input/output file. 14 years ago
Anton Khirnov 1435f2fa72 ffmpeg.c: store per-output stream sws flags. 14 years ago
Anton Khirnov 648e55ff1b ffmpeg.c: check for interlaced flag in the correct place. 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Luca Barbato e3b540b424 Make ffmpeg support generic data stream 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago