581 Commits (27237d524e56210992b18486924894bb4f3fdbb8)

Author SHA1 Message Date
Alex Converse 7ad06beb2c mov: 10l: Terminate string with 0 not '0' 13 years ago
Alex Converse 8fb22c3d47 mov: Prevent illegal writes when chapter titles are very short. 13 years ago
Luca Barbato 30c3d976f1 mov: do not misreport empty stts 13 years ago
Luca Barbato 5a7ba58657 mov: cosmetics, fix for and if spacing 13 years ago
Raivo Hool 2804d32075 mov: read album_artist atom 13 years ago
Raivo Hool dff4177546 mov: fix disc/track numbers and totals 13 years ago
Anton Khirnov 609a2fa1fa Remove some forgotten AVCodecContext.palctrl usage. 13 years ago
Alex Converse ad6c7c1b52 mp4: Handle non-trivial ES Descriptors. 13 years ago
Thierry Foucu 73c0dd939d mov: add clcp type track as Subtitle stream. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Yusuke Nakamura ae88e9cf99 mov: Fix empty edit detection. 14 years ago
Yusuke Nakamura f33a6a22b4 mov: Fix wrong timestamp generation for fragmented movies that have time offset caused by the first edit list entry. 14 years ago
Alex Converse 85e9e3a9fa movdec: Add support for the 'wfex' atom. 14 years ago
Diego Biurrun b7847a3f2e mov: Remove leftover crufty debug statement with references to a local file. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Yusuke Nakamura 5f0bb0baef mov: Support edit list atom version 1. 14 years ago
Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 14 years ago
Alex Converse 3583d7cffe Fix mov debug (u)int64_t format strings. 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Alex Converse 9dd94f8379 mov: Add support for zero-sized stsc runs. 14 years ago
Justin Ruggles eb81cf860c mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. 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 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e16ead0716 lavf: deprecate get_strz() in favor of avio_get_str 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 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Mans Rullgard 628b16f45f mov: remove stray semicolon 14 years ago
Sascha Sommer ed19fafd48 pass QDMC extradata to the decoder 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
John Stebbins 97b04f5ed3 mov: add support for little-endian utf16 chapter names 14 years ago
Baptiste Coudurier f258964217 In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 225b6d7fde mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Mans Rullgard c4f8765ac5 Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" 14 years ago