143 Commits (2f980cf39a14f90b9356b51ef1ed6e7816f6aac3)

Author SHA1 Message Date
  Michael Niedermayer fb1ea777b3 electronicarts: check size before reading duration out of a chunk. 12 years ago
  Peter Ross 6f78ba8b0b electronic arts: support rare samples containing adpcm_ea_r1 audio 12 years ago
  Peter Ross d168fcb68f electronicarts: use av_log_ask_for_sample 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
  Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 13 years ago
  Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
  Ronald S. Bultje 273e6af47b ea: check chunk_size for validity. 13 years ago
  Paul B Mahol 015fd02bab electronicarts vp6: set duration of video stream 13 years ago
  Justin Ruggles ea289186f0 ea: fix audio pts 13 years ago
  Anton Khirnov efec3bc65a electronicarts: set timebase for tgv video. 13 years ago
  Anton Khirnov e39400c3a8 electronicarts: parse the framerate for cmv video. 13 years ago
  Anton Khirnov 1d3144c318 electronicarts: don't set codec timebase 13 years ago
  Reimar Döffinger a0eb8de5e0 Merge palette-only header with actual video frame. 13 years ago
  Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
  Janne Grunau 73b16198b6 electronicarts: check bytes per sample for validity 13 years ago
  Michael Niedermayer f37174bc19 electronicarts: Pass error through ea_read_header(). 13 years ago
  Oana Stratulat 0d3a51e5d2 electronicarts: Fix division by zero. Fixes Ticket #793 13 years ago
  Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 13 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 14 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
  Reimar Döffinger 3c10843f15 Use av_set_pts_info to set time_base. 14 years ago
  Reimar Döffinger f0a68a20a7 Enable header parsing for MPEG2VIDEO to get time-stamps. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
  Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
  Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
  Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Peter Ross 1c4ac03530 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
  Peter Ross 74093bb593 revert r26302 14 years ago
  Peter Ross e19e051e56 electronicarts: prevent endless loop opportunity in process_audio_header_elements() 14 years ago
  Peter Ross 42396c2e67 electronicarts: only apply audio sanity checks when audio stream is present 14 years ago
  Daniel Kang cb77dad724 perform sanity check on sample rate in electronicarts demuxer 14 years ago
  Daniel Kang 4da766ce65 perform sanity check on number of channels in electronicarts demuxer 14 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 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
  Carl Eugen Hoyos e6a9dd6a7d Use enum CodecID where appropriate. 15 years ago