7390 Commits (dde0fb4aeaf855fc38fb002c23dbbeba06407a09)

Author SHA1 Message Date
  David Goldwich 9973ca992e lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
  Laurent Aimar a3d471e500 oggdec: fix out of bound write in the ogg demuxer 14 years ago
  Laurent Aimar 54a178f28f Fixed size given to init_get_bits(). 14 years ago
  Laurent Aimar 9f391c4971 Fixed off by one packet size allocation in the smacker demuxer. 14 years ago
  Laurent Aimar 4e7905fa9e Check for invalid packet size in the smacker demuxer. 14 years ago
  Laurent Aimar 4ee014309c ape demuxer: fix segfault on memory allocation failure. 14 years ago
  Kostya Shishkov 0b9b3570a3 smacker demuxer: handle possible av_realloc() failure. 14 years ago
  Luca Barbato fe3e7297fe flvenc: use int64_t to store offsets 14 years ago
  Alex Converse c613a89143 mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. 14 years ago
  Anton Khirnov 9c2a024660 lavf: fix segfault in av_open_input_stream() 14 years ago
  Jindrich Makovicka b772a757dd mpegts: fix Continuity Counter error detection 14 years ago
  Tomas Härdin c75ba07f6e gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps 14 years ago
  Alex Converse 6107543d4e adts: Fix PCE copying. 14 years ago
  Clément Bœsch 776603b650 mxfenc: fix ignored drop flag in binary timecode representation. 14 years ago
  Alex Converse a05219d801 riff: Add mpgv MPEG-2 fourcc 14 years ago
  Chris Evans 5fab0ccd81 matroskadec: fix integer underflow if header length < probe length. 14 years ago
  John Stebbins c29c609e0f matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
  Chris Evans cd63c32ff6 oggdec: prevent heap corruption. 14 years ago
  Reimar Döffinger 5a33a29a91 oggdec: Abort Ogg header parsing when encountering a data packet. 14 years ago
  Diego Biurrun 07dc4a79c7 RTSP: Doxygen comment cleanup 14 years ago
  Diego Biurrun 43de5c034f doxygen: Escape '\' in Doxygen documentation. 14 years ago
  Reinhard Tartler c5c2654351 libavformat: Add an example how to use the metadata API 14 years ago
  Reinhard Tartler 2fe47b21c8 doxygen: Prefer member groups over grouping into modules 14 years ago
  Reinhard Tartler f1d1ef810a avformat: doxify the Metadata API 14 years ago
  Anton Khirnov b263e94f77 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
  Anton Khirnov 9da3063e1c lavf: use the correct pointer in av_open_input_stream(). 14 years ago
  Ronald S. Bultje cb66b55270 ogg: fix double free when finding length of small chained oggs. 14 years ago
  Kostya Shishkov 9482dd0d17 wavpack: skip blocks with no samples 14 years ago
  Carl Eugen Hoyos 26f48752fb mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 14 years ago
  ami_stuff 1aef8de6d7 mov: Support R10g codec identifier. 14 years ago
  Kamil Nowosad 9ac3e32b29 riff/img2: Add JPEG 2000 codec IDs. 14 years ago
  ami_stuff 5254285636 riff: Add DAVC fourcc. 14 years ago
  Carl Eugen Hoyos 137838945f riff: Add M263, XVIX, MMJP, CDV5 fourccs. 15 years ago
  ami_stuff 6cef3ddbdc rawvideo: Support auv2 fourcc. 15 years ago
  Yusuke Nakamura ae88e9cf99 mov: Fix empty edit detection. 14 years ago
  Ronald S. Bultje dbafb0e06f lavf: prevent crash in av_open_input_file() if ap == NULL. 14 years ago
  Anton Khirnov 84bd2b4bf5 lavf: add a forgotten NULL check in convert_format_parameters(). 14 years ago
  Anton Khirnov 7c44d716e7 Add minor bumps and APIChanges entries for lavf private options. 14 years ago
  Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
  Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
  Anton Khirnov 05e84c95c7 lavf: add avformat_open_input() as a replacement for av_open_input_* 14 years ago
  Diego Biurrun 1d076f46a0 rtpenc_latm: Consistently use "Libav" in license boilerplate. 14 years ago
  Martin Storsjö d840733937 rtsp: Don't pass string pointer as format string to ff_url_join 14 years ago
  Kirill Zorin 6095388812 mmsh: fixed printf injection bug in mmsh request 14 years ago
  Diego Biurrun 35bdaf3d42 utils: Drop pointless '#if 1' preprocessor directive. 14 years ago
  Carl Eugen Hoyos 8d0786ec6d wav: remove an invalid free(). 15 years ago
  Michael Niedermayer a8fd2f4e02 lavf: initialise reference_dts in av_estimate_timings_from_pts. 15 years ago
  Peter Ross a31d4b3a99 img2: add .dpx to the list of supported file extensions. 15 years ago
  Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
  Kieran Kunhya f74e5b76b1 adts: Adjust frame size mask to follow the specification. 14 years ago