1164 Commits (7cc8d6385aaf1005700305f21d5d56b51b38c537)

Author SHA1 Message Date
  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
  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