384 Commits (68951ecf0ced82b33f84d8ec79984d87291c93dc)

Author SHA1 Message Date
  Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 22 years ago
  Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 22 years ago
  Gildas Bazin 2092bd7531 avsync patch by (Gildas Bazin <gbazin at altern dot org>) 22 years ago
  Hauke Duden 2451592652 improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) 22 years ago
  Gildas Bazin 69dde1ad36 AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) 22 years ago
  Gildas Bazin ac9fe33d0e avio patch by (Gildas Bazin <gbazin at altern dot org>) 22 years ago
  Roman Shaposhnik ec26a167ee * turns out write_packet is supposed to return 0 on success, not 22 years ago
  Roman Shaposhnik e5966052ee * Initial implementation of the G.726 ADPCM audio codec. 22 years ago
  Michael Niedermayer 2d9aa1e3a2 100l 22 years ago
  Michael Niedermayer d3e18ad027 no limits!, warning is enough 22 years ago
  Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 22 years ago
  Mike Melanson 070ed1bc43 initial commit for Quicktime Animation (RLE) video decoder; bit depths 22 years ago
  Michael Niedermayer 4aa533be03 Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) 22 years ago
  Michael Niedermayer 8a05bca46c CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) 22 years ago
  Michael Niedermayer 0888ac4f27 seeking stuff 22 years ago
  Michael Niedermayer 3e9245a98e store searched distance in index, so we dont waste time searching for keyframes where we already searched 22 years ago
  Michael Niedermayer 29962fea47 header parser fix 22 years ago
  Michael Niedermayer 1305a9d55e replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting 22 years ago
  Michael Niedermayer 09646bab63 use packet number instead of byte number internally for seeking 22 years ago
  Michael Niedermayer a602556e06 unused 22 years ago
  Michael Niedermayer 82b9e4a286 seeking fixes 22 years ago
  Michael Niedermayer 580fb5e72c memleak fix 22 years ago
  Kevin Kuphal 38376f00fd seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) 22 years ago
  Michael Niedermayer b754978a3b caching of timestamps for mpeg-ps so seeking is faster 22 years ago
  Roberto Togni a273bbfb03 MSZH and ZLIB decoder support 22 years ago
  Michael Niedermayer 0a61ba5869 audio pts fix 22 years ago
  Michael Niedermayer e6c0297f1c fixing some seek failure issues 22 years ago
  Gildas Bazin ec7d0d2e9e memleak patch by (Gildas Bazin <gbazin at altern dot org>) 22 years ago
  Kevin Kuphal d13431cd56 ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) 22 years ago
  Michael Niedermayer 3144b152a6 10l 22 years ago
  Michael Niedermayer 76e9d39297 forgot ... 22 years ago
  Mike Melanson a7eb3c8dd1 initial commit for Sierra VMD file demuxer 22 years ago
  Fabrice Bellard e45f19437e harcoded DTS computation for mpeg 22 years ago
  Fabrice Bellard 044007c220 primitive LPCM generator 22 years ago
  Fabrice Bellard 0dbb48d91e better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) 22 years ago
  Fabrice Bellard 6ec87caa70 fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) 22 years ago
  Fabrice Bellard 3735396022 make av_read_frame() return buffered frames at EOF 22 years ago
  Wolfgang Hesseler fad05f523c cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 22 years ago
  Michel Bardiaux 27a206e031 suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) 22 years ago
  Fabrice Bellard 8a56ac7b89 copy packet without omitting the padding 22 years ago
  Michael Niedermayer a0b8f70c29 better get_packet_size and probe 22 years ago
  Alex Beregszaszi f0a93eb0b2 msb pts support 22 years ago
  Alex Beregszaszi 4250dafc96 using LIBAVFORMAT_IDENT 22 years ago
  Michael Niedermayer a8380f44cf removing unused var & converting 64->32bit 22 years ago
  Glyn Kennington 647b776270 SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) 22 years ago
  Mike Melanson b7cbfc2307 DUCK codec 22 years ago
  Mike Melanson e692c8634c off by 1 in the palette 22 years ago
  Laurent Aimar cc15c93127 H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) 22 years ago
  Roberto Togni e1c2a5a0a8 - Add reget_buffer() function to AVCodecContext 22 years ago
  Michael Niedermayer 28ba74a686 Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) 22 years ago