8642 Commits (454f1657288e75a9797381c8a26598674ea9bd68)

Author SHA1 Message Date
Michael Niedermayer bb99ae3ae9 lavf: fix null pointer dereference in rdt 13 years ago
Michael Niedermayer b3f4ff2876 id3v2enc: av_strcasecmp() 13 years ago
Carl Eugen Hoyos a487378ef5 Set frame_size for AMR_NB in mov. 13 years ago
Carl Eugen Hoyos 4eb86d348f Do not use strcpy for "strings" starting with \0. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Michael Niedermayer 1ed9eb5a59 lavf: Do not set cur_dts to undetermined before first_dts has been calculated as this would upset the start_time and first_dts calculation. 13 years ago
Carl Eugen Hoyos d6af8e68c4 Cosmetics: Reindent after last commit. 13 years ago
Carl Eugen Hoyos 80af00b4b2 Support new ALAC magic cookie in caf files. 13 years ago
Justin Ruggles 894bc1d322 gsm demuxer: do not allocate packet twice. 13 years ago
Justin Ruggles 905de11907 flvenc: use first packet delay as global delay. 13 years ago
Mean f68742bf5b mpegtsenc: EAC3 support 13 years ago
John Brooks f011fcd67e rtsp: add allowed_media_types option 13 years ago
Justin Ruggles 87c57d807f Create separate functions for the raw GSM demuxer. 13 years ago
Michael Niedermayer ce451c6b3a id3v2enc: include strings.h for strcasecmp() 13 years ago
Tobias Rapp f2e7ee9bf9 id3v2enc: add support for year and day/month tags when writing id3v2 version 3 metadata 13 years ago
Diego Biurrun c6cd0e17f3 Replace vendor string in Ogg and FLAC muxers. 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Anton Khirnov ec22979a1d id3v2: fix type of ID3v2EMFunc.free() 13 years ago
Justin Ruggles 6ac34eed54 g726: use bits_per_coded_sample instead of bitrate to determine mode 13 years ago
Matthieu Bouron 2264afa1c2 gxf: add timecode information to metadata 13 years ago
Michael Niedermayer 26b64550d6 mmsh: add return value for mmsh_open() 13 years ago
Michael Niedermayer 8af4ac5272 mmsh: do not try to seek to negative tiimestamps, it does not work 13 years ago
Tobias Rapp 0f39fa0279 mp3enc: avoid truncating id3v1 tags by one byte 13 years ago
Michael Niedermayer 33789862aa mmsh_read_seek: skip header 13 years ago
Michael Niedermayer 237bcaa275 mmsh:_implement a minimal mmsh_seek() so the stream position can be found out. 13 years ago
Michael Niedermayer 60fcc19bff asfdec: Check packet_replic_size earlier 13 years ago
Michael Niedermayer 8475ec190c mmsh: mmsh_read_seek() 13 years ago
Michael Niedermayer 86a4e55e66 mmsh: split out mmsh_open_internal() 13 years ago
Michael Niedermayer aedb87c57e mmsh: move location storage into context 13 years ago
Vladimir Voroshilov 02fa529539 Fix deprecated warnings in .bit (de)muxer 13 years ago
Anssi Hannula ab9c00b992 spdifenc: use special alignment for DTS-HD length_code 13 years ago
Carl Eugen Hoyos 86931dc930 Bump libavformat minor version for the G.729 raw demuxer. 13 years ago
Justin Ruggles 44d2a982ac dsicin: fix several audio-related fields in the CIN demuxer 13 years ago
Vladimir Voroshilov 0fd59f1d45 Minimal patch for G.729 demuxer 13 years ago
Benjamin Larsson 69e7ad8dbc mov: Avoid divide by zero in edit list dts handling 13 years ago
Hendrik Leppkes 8689d87ac6 Revert "matroskadec: forward parsing errors to caller." 13 years ago
Reimar Döffinger eac778deb3 Some minor spelling fixes. 13 years ago
Carl Eugen Hoyos 7e05542aea Add Vladimir Voroshilov's copyright header to bit.c. 13 years ago
Ronald S. Bultje 38a4be3fa7 lavf: use number of output pictures for delay checks. 13 years ago
Alex Converse 61856d06eb probe: Restore identification of files with very large id3 tags and no extension. 13 years ago
Alex Converse 7a773d4d59 probe: Remove id3 tag presence as a criteria to do file extension checking. 13 years ago
Alex Converse ca65932bbf mpegts: MP4 SL support 13 years ago
Alex Converse c530267024 mpegts: MP4 OD support 13 years ago
Alex Converse 4682a1dc3a mpegts: Add support for Sections in PMT 13 years ago
Alex Converse fec2836483 mpegts: Replace the MP4 descriptor parser with a recursive parser. 13 years ago
Alex Converse c3bc6096f2 mpegts: Add support for multiple mp4 descriptors 13 years ago
Alex Converse 476d04a56a mpegts: Parse mpeg2 SL descriptors. 13 years ago
Alex Converse 77b5c82b49 isom: Add MPEG4SYSTEMS dummy object type indication. 13 years ago