Commit History

Author SHA1 Message Date
  Anton Khirnov 2ae6bdbb9b avidec: return 0, not packet size from read_packet(). 11 years ago
  Anton Khirnov d1729c3715 avidec: use actually read size instead of requested size 11 years ago
  Michael Niedermayer c60a0f85ee Check for alloc failures. 15 years ago
  Michael Niedermayer 8ebe099ac0 Check for EOF during index reading. 15 years ago
  Michael Niedermayer f5007cc844 Handle chunks with the MSB in size set correctly that is unsigned. 15 years ago
  Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 15 years ago
  Peter Ross 1e04bbeede AVI demuxer: return AVERROR_EOF upon detection of end of file. 15 years ago
  Måns Rullgård 037c08d6cd avidec: fix error introduced in r17382 15 years ago
  Benoit Fouet 87ad63c0f9 Add a context to av_log() calls and modify a function prototype to allow it. 15 years ago
  Aurelien Jacobs 5ea7ce8843 modify the way to pass parameters to av_metadata_set() 15 years ago
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 15 years ago
  Marc Mason 9d9aac84f6 Make unsigned int a variable that does not need to be explicitely 32 bits. 15 years ago
  Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 15 years ago
  Måns Rullgård 7b114c0925 AVI: add bswap.h include needed on big endian 15 years ago
  Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 15 years ago
  Michael Niedermayer 47146dfbf6 Generic metadata API. 15 years ago
  Michael Niedermayer ca5b528ea1 Fix bug where the avi demxuer lost the first frame of malformed 15 years ago
  Michael Niedermayer a3bb564ee5 10l (forgot sample_size) 15 years ago
  Michael Niedermayer 25983dcd53 Fix non interleaved variable fps ODML avis. 15 years ago
  Michael Niedermayer 7ccc636f03 Favor even chunk sizes in ambiguous cases. 16 years ago
  Michael Niedermayer f080a7bd90 Factorize stream id parsing. 16 years ago
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
  Baptiste Coudurier 62f2523062 change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 16 years ago
  Diego Biurrun 15d6e3612f spelling cosmetics 16 years ago
  Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 16 years ago
  Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 16 years ago
  Florian Echtler 25176d6e22 Parse 'dats' as data. 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Michael Niedermayer fce88d52ca Fixes NULL pointer dereference CID66 16 years ago
  Michael Niedermayer 9d4cd3bfd5 Tell the user if a AVI is non interleaved. 16 years ago
  Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 16 years ago
  Michael Niedermayer 2be83b96b6 Support non interleaved avi with phantom streams. 16 years ago
  Michael Niedermayer 7ce76ee433 Print warning if scale/rate is invalid. 16 years ago
  Michael Niedermayer 0dbb651564 indent 16 years ago
  Michael Niedermayer 4a030a1fc7 Restructure if/else a little. 16 years ago
  Michael Niedermayer 1ce50d32b7 indent 16 years ago
  Michael Niedermayer 79d6b9cbd0 1000l to myself, dereferencing uninitalized pointer. 16 years ago
  Michael Niedermayer 41757171e7 Support wb00+dc00 chunk mix. 16 years ago
  Michael Niedermayer 61559562f5 Fix aspect ratio. 16 years ago
  Michael Niedermayer b7c407449b One non functional AVPalette chunk less, one heap overflow less. 16 years ago
  Michael Niedermayer 78db672cae Use block_align as the avi spec says. 16 years ago
  Michael Niedermayer 143b082044 Print slightly more useful info. 16 years ago
  Michael Niedermayer c86ec2f4c3 Extract aspect ratio from ODML/vprp. 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Vladimir Voroshilov 0b04ebb326 Add support for AMV variants of AVI files. 17 years ago
  Aurelien Jacobs b925ef61dd add support for AVI files with On2 header 17 years ago
  Aurelien Jacobs 7b31b0929c use a table to parse AVI file header 17 years ago
  Michael Niedermayer bc3a73bc87 remove broken movi_end skip-hack-check 17 years ago