1154 Commits (3ad168412600e16dfaa4b41b21322a82a8535990)

Author SHA1 Message Date
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
Michael Niedermayer 7a11c82fb7 vsrc_buffer: add sample_aspect_ratio fields to arguments. 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Stefano Sabatini 79157f400b error: remove AVERROR_NUMEXPECTED 14 years ago
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Lou Logan f8de11cf7d Redefine sameq 14 years ago
Anton Khirnov 3ee53dabcf lavf: get rid of ffm-specific stuff in avformat.h 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Alex Converse 14cf0fd2f5 Add silence support for AV_SAMPLE_FMT_U8. 14 years ago
Justin Ruggles 34b47d7cbc Add audio_service_type field to AVCodecContext for encoding and reporting 14 years ago
Dave Yeo b58b9fa3b5 Make sure kbhit() is in conio.h 14 years ago
Panagiotis H.M. Issaris cb48e245e6 Do no modify terminal parameters using termios.h 14 years ago
Stefano Sabatini 17a4ec8e7e ffmpeg: modify help text for the map option 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 5dbe78bf91 ffmpeg: remove unused variable in ffmpeg_exit() 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Martin Storsjö 5e33e7bdac ffmpeg: Use av_pkt_dump_log2 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago