73 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
  Anton Khirnov 8bcadaacc2 mpegenc: use the CPB props side data 9 years ago
  Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
  Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
  Luca Barbato 01168bf140 mpeg: Remove unused field 10 years ago
  Vittorio Giovara 065923b078 mpegenc: prevent a NULL pointer dereference 10 years ago
  Anton Khirnov 75bbaf2493 mpegenc: limit the maximum muxrate 10 years ago
  Luca Barbato 4e9e6fa99f mpeg: Write H264 streams at offset 2 10 years ago
  Luca Barbato 8c6f430291 mpeg: Suppress a compiler warning on callback type 10 years ago
  Luca Barbato e4c9e59a45 mpeg: K&R formatting cosmetics 10 years ago
  Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
  Diego Biurrun 7abd35a1ff avformat: Add av_cold attributes to init functions missing them 12 years ago
  Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 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 1cf6e7dd37 mpegenc: remove disabled code 13 years ago
  Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
  Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
  Anton Khirnov 2a0f868cfa lavf: remove disabled FF_API_PRELOAD cruft 13 years ago
  Anton Khirnov f0cb13958d lavf: remove disabled FF_API_MUXRATE cruft 13 years ago
  Janne Grunau af9240cd3c mpegenc: simplify muxrate calculation 13 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Anton Khirnov f172132f82 mpegenc: add preload private option. 13 years ago
  Anton Khirnov 5a9ee3152b mpegenc/mpegtsenc: add muxrate private options. 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
  Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago
  Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 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
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Michael Niedermayer 94bdb1f80c Avoid negative SCR in mpeg ps muxer. 14 years ago
  Michael Niedermayer d03b93e372 Add a space between the else and { in mpegenc.c in the line i added. 14 years ago
  Michael Niedermayer 34b9e5bc4f Warn if muxing mpeg ps is attempted without a VBV buffer size. 14 years ago
  Michael Niedermayer 9b272e3274 Init SCR in mpeg muxer based on first DTS. 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
  Ronald S. Bultje f4ca612fbd Set restrictions on packet_size, as per ISO-11172 / H-222 specifications 16 years ago
  Baptiste Coudurier 4969cc0bd8 fail if stream fifo could not be allocated 16 years ago
  Baptiste Coudurier 24dc7776ff correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks 16 years ago
  Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
  Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago