1316 Commits (356e7a9d60a1d06d659da98faeeb5da0de3ec9a9)

Author SHA1 Message Date
Michael Benjamin 1733fc4a6b Add support for 8-bit grayscale to V4L grabber 18 years ago
Philippe De Muyter 3c61983828 add support for grayscale rawvideo avi 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 5894991f94 Remove a redundant memset from libavformat. 18 years ago
Michael Niedermayer d0702de9af 10l typo 18 years ago
Aurelien Jacobs aa8f4cee32 add a VP6F fourcc for apps which rely on fourcc 18 years ago
Baptiste Coudurier d70e3ff410 workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Andreas Öman abade1429e allow ffmpeg to read mp3s beginning with partial frames 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
Michael Niedermayer 0288a7474b AVPROBE_SCORE_MAX doc 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Diego Biurrun ec53e1109a Remove empty variable declaration. 18 years ago
Panagiotis Issaris ec1b10f4b9 enable setting the year and track number using AVOption 18 years ago
Panagiotis Issaris 57c244f6c7 makes avformat_get_context_defaults() static 18 years ago
Michael Niedermayer a41104f86a fix sound of SampleVideo.mov (mp2 in mov) 18 years ago
Panagiotis Issaris 2ad4648f97 Allow to get the the track number in the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris 2eb291c4bb Allow to store the the track number though the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris f0861f466f Better tag support: 18 years ago
Javier Garcia af5ba08e83 Allow RGB Raw encoding 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
Kostya Shishkov eb57c88973 VMware Video decoder (fourcc: VMnc) 18 years ago
Baptiste Coudurier ffb512e349 move track timescale/sampleDuration init to write_header and return error if not set 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Kostya Shishkov 04ae12e91b WVC1 is now decodeable with VC-1 decoder. 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Diego Biurrun efa4b887d5 Switch license from GPL to LGPL, this file originates from libdv, which 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
David Conrad 2064c77ab9 Fix for AVI files with odd sized 'movi' list 18 years ago
Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 18 years ago
Allan Sandfeld Jensen c5e331155c add support for information in CDXA format 18 years ago
Guillaume Poirier 9dc5607b3c Add missing file from commit r6122 (AVISynth support) 18 years ago
Steve L'Homme 8ac17293d3 AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 18 years ago
Aurelien Jacobs 51ebd13654 ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define 18 years ago
Nico Sabbi ec6913d267 scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 18 years ago
Nico Sabbi 9e6c94707e added option probesize; at the moment only used by mpegts.c 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Michael Niedermayer 965a63af2b support some totally broken ODML variant 18 years ago
Baptiste Coudurier c61900c6e9 fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong 18 years ago
Baptiste Coudurier acf36dba18 correct uid, and enable JPEG 2000 detection 18 years ago
Baptiste Coudurier f31065f6e5 add codec id and tag for JPEG 2000 18 years ago
Baptiste Coudurier 5340a0bc9c wide atom is only defined in mov, use free for mp4/3gp 18 years ago
Baptiste Coudurier b95319a2f2 move amr parameters adjusting like other codecs 18 years ago
Baptiste Coudurier d00f8e1771 dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them 18 years ago
Baptiste Coudurier 312954f056 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier 989ac5a685 put dv demuxing code around ifdef 18 years ago
Baptiste Coudurier b60c04547c support vdva fourcc (dv + dv audio in mov) 18 years ago
Brian Brice 5bce834e84 fix ODML AVI Duration for files > 2GB 18 years ago