1143 Commits (5f847bf61dca1fd1a2f65a2f56c9a99d1cb716ab)

Author SHA1 Message Date
  Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
  Anton Khirnov b12c259252 ffmpeg: merge input_files_ts_scale into InputStream. 14 years ago
  Anton Khirnov 6fbf2485ad ffmpeg: don't abuse a global for passing sample format from input to output 14 years ago
  Anton Khirnov 87c739a395 ffmpeg: don't abuse a global for passing channel layout from input to output 14 years ago
  Anton Khirnov 1cede1d011 ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream() 14 years ago
  Anton Khirnov e98bc78ca1 ffmpeg: remove unused variables from InputStream. 14 years ago
  Anton Khirnov 20f9f21fd4 ffmpeg: remove pointless if (nb_input_files) 14 years ago
  Anton Khirnov 27e91f37f5 ffmpeg: merge input_files_ts_offset into input_files. 14 years ago
  Anton Khirnov 9e253c13d0 ffmpeg: merge input_codecs into input_streams. 14 years ago
  Anton Khirnov 17c8cc550d ffmpeg: drop AV prefixes from struct names. 14 years ago
  Anton Khirnov f5302e5dcf ffmpeg: deprecate loop_input and loop_output options 14 years ago
  Anton Khirnov 5e8d2e337e lavf: deprecate AVStream.quality. 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Stefano Sabatini f6d6783a4d ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt() 14 years ago
  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