53 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 11 years ago
  Luca Barbato f7986239f4 dvenc: Validate the frame size before copying it 9 years ago
  Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
  Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
  Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 12 years ago
  Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov e0aa5e772b dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
  Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
  Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
  Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
  Anton Khirnov df0bb26aca lavf: remove disabled FF_API_TIMESTAMP cruft 13 years ago
  Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
  Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 14 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
  Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
  Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Diego Elio Pettenò f0a8676958 Make dvenc.c functions static to the unit. 14 years ago
  Diego Biurrun e1ae1642cb Add missing internal.h #include for brktimegm(), fixes the warning: 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger c76911bd65 Split parts of dvdata.h into dvdata.c, this ensures that things like 15 years ago
  Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Diego Biurrun 3a8e375acf Remove inappropriate const qualifier from function argument, fixes the warning: 16 years ago
  Diego Biurrun f94036f159 prettyprinting cosmetics 16 years ago
  Diego Biurrun 75f2c20983 spelling cosmetics 16 years ago
  Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago
  Diego Biurrun 910f02a054 spelling cosmetics 16 years ago
  Diego Biurrun 8212568a1c Replace generic CONFIG_MUXERS preprocessor conditionals by more specific 16 years ago
  Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
  Baptiste Coudurier 57783b07a0 use av_fifo_generic_write, old func is deprecated 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
  Reimar Döffinger bc60f09bff Cosmetics: use consistent indentation by four spaces 18 years ago
  Reimar Döffinger 01fa74adb9 DV muxer should not only fail for more that 3 streams altogether 18 years ago
  Corey Hickey 2e374f12b5 Don't forget about audio remaining in buffer, in case there is enough 18 years ago
  Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
  Roman Shaposhnik e950141a58 * Fixing a bug with incorrect bits set in AAUX source pack 18 years ago
  Brian Brice 0008afc59c * fixing a memory leak in DV format. 18 years ago
  Roman Shaposhnik d1bc38f34a * Simplifying the setting of STYPE for AAUX AS 18 years ago