История коммитов

Автор SHA1 Сообщение Дата
  Michael Niedermayer 78accb876c Merge remote-tracking branch 'qatar/master' 13 лет назад
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 13 лет назад
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 13 лет назад
  Michael Niedermayer 45fb647495 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 13 лет назад
  Michael Niedermayer 99eb31e263 Merge remote-tracking branch 'qatar/master' 13 лет назад
  Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 13 лет назад
  Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 13 лет назад
  Michael Niedermayer e3323a1cbd Fix some passing argument from incompatible pointer type warnings. 13 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 лет назад
  Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 13 лет назад
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 13 лет назад
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 лет назад
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 13 лет назад
  Michael Niedermayer 94bdb1f80c Avoid negative SCR in mpeg ps muxer. 14 лет назад
  Michael Niedermayer d03b93e372 Add a space between the else and { in mpegenc.c in the line i added. 14 лет назад
  Michael Niedermayer 34b9e5bc4f Warn if muxing mpeg ps is attempted without a VBV buffer size. 14 лет назад
  Michael Niedermayer 9b272e3274 Init SCR in mpeg muxer based on first DTS. 14 лет назад
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 лет назад
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 лет назад
  Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 лет назад
  Ronald S. Bultje f4ca612fbd Set restrictions on packet_size, as per ISO-11172 / H-222 specifications 15 лет назад
  Baptiste Coudurier 4969cc0bd8 fail if stream fifo could not be allocated 15 лет назад
  Baptiste Coudurier 24dc7776ff correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks 15 лет назад
  Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 15 лет назад
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 15 лет назад
  Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 15 лет назад
  Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 15 лет назад
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 лет назад
  Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 15 лет назад
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Michael Niedermayer 274335e76c vertical align 16 лет назад
  Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 лет назад
  Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 16 лет назад
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 лет назад
  Baptiste Coudurier 57783b07a0 use av_fifo_generic_write, old func is deprecated 16 лет назад
  Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 16 лет назад
  Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 16 лет назад
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 лет назад
  Baptiste Coudurier febc8fad0c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 16 лет назад
  Baptiste Coudurier 87be0d1289 add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || 16 лет назад
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 лет назад
  Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 лет назад
  Michael Niedermayer 6a058d90b5 revert 10409 17 лет назад
  Michael Niedermayer 8baaee65ba export put_timestamp() 17 лет назад
  Michael Niedermayer c4194cc606 remove likely wrong reseting of align_iframe 17 лет назад
  Aurelien Jacobs 372a80d15d Avoid using undefined symbols. 17 лет назад
  Baptiste Coudurier 5d38574617 use allformats.h 17 лет назад
  Baptiste Coudurier c4f27438ef remove now useless ifdef 17 лет назад