]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
If missing, calculate width or height from bpp and
[frescor/ffmpeg.git] / libavformat /
2009-10-18 reynaldoIf missing, calculate width or height from bpp and
2009-10-18 bcoudurierfix indentation
2009-10-18 cehoyosSupport FourCC mjpa as MJPEG.
2009-10-18 bcouduriermux all stream types except audio as one pes packet...
2009-10-18 bcoudurierfix indentation and add braces
2009-10-18 bcoudurierhandle_packets takes number of packets as arg, avoid...
2009-10-18 bcoudurierIncrease max resync size, fix demuxing of dvgrab-2009...
2009-10-18 reynaldoSmarten mtv's probe a bit. Check for non zero
2009-10-18 aurelremove old and useless debug code
2009-10-18 kostyaRead metadata in WavPack files.
2009-10-18 aurelmatroskaenc: Add support for writing chapters.
2009-10-18 diegocosmetics: Break overly long lines.
2009-10-18 kostyaSupport more than 64 channels in RTMP input
2009-10-18 kostyaAccept RTMP packets with one-byte header
2009-10-18 kostyaLast parameter in RTMP "play" call was optional and...
2009-10-17 jbrRemove unnecessary entries in ff_vorbiscomment_metadata...
2009-10-17 vitorAvoid segfault for empty input files
2009-10-17 mruRemove extraneous const keyword
2009-10-17 lucabeEmit the SDP lines in the correct order
2009-10-16 cehoyosMake AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
2009-10-16 jbrLog a clearer warning message when muxing FLV with...
2009-10-16 reimarSplit parts of dvdata.h into dvdata.c, this ensures...
2009-10-16 jbrAdd Speex support to the FLV muxer.
2009-10-15 jai_menonSkip padding bytes correctly in ID3 tags.
2009-10-15 jbr10l: update Makefile after rename
2009-10-15 jbrRename aiff.c to aiffdec.c
2009-10-15 jbrSplit up the AIFF muxer and demuxer into separate files.
2009-10-13 reimarAdd decoder for "forward uncompressed".
2009-10-13 reimarMXF: simply ignore tracks that are invalid due to not...
2009-10-13 jbrAdd Speex support to the Ogg muxer.
2009-10-13 jbrDo not read data past the end of the SSND chunk in...
2009-10-12 cehoyosSupport Midvid JPEG Video Codec (still flipped).
2009-10-12 cehoyosSupport Intel JPEG Library Video Codec (still flipped).
2009-10-12 jbrCalculate correct packet durations when demuxing Ogg...
2009-10-12 reimarMerge declaration and initialization
2009-10-12 reimarSimplify: use FFMIN
2009-10-11 cehoyosDetect Windows Media DRM protected files and display...
2009-10-11 cehoyosAllow autodetection of E-AC3.
2009-10-10 cehoyosAllow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
2009-10-09 danielDo not allow 0 sample rate in TMV demuxer
2009-10-09 danielStricter TMV probe
2009-10-06 danielReindent
2009-10-06 danielAdd RF64 support to wav demuxer.
2009-10-05 cehoyosOnly read ID3v1 tag if ID3v2 isn't present or is empty.
2009-10-05 ramiroid3v2: Export all text information frames with correct...
2009-10-05 ramiroMP3 muxer: Write all metadata.
2009-10-05 diegoFix pcm_read_seek () when the position it calculates...
2009-10-05 cehoyosAllow the combined TrueHD/AC3 tracks on Blu-Ray discs...
2009-10-03 cehoyosAdd FIXME about low_delay vs has_b_frames.
2009-10-03 cehoyosB264 allows B frames without requiring a >=1 sized...
2009-10-02 reimarwav demuxer: return AVERROR_EOF instead of AVERROR...
2009-10-02 reimarwav: return av_get_packet errors unchanged.
2009-10-02 reimarRemove url_feof check that would be triggered only...
2009-10-02 reimarRemove useless setting of pkt->size, av_get_packet...
2009-10-02 reimarReturn special EOF checking for aiff and au demuxers...
2009-10-02 reimarReturn any error return values from av_get_packet,...
2009-10-02 reimarMake get_buffer and get_partial_buffer return url_ferro...
2009-10-01 aurelmatroskadec: cosmetics: indentation
2009-10-01 aurelmatroskadec: don't overwrite extradata already read...
2009-10-01 aurelmatroskadec: fix handling of A_MS/ACM track with no...
2009-10-01 reimarMake rawvideo_read_packet return partial frames.
2009-10-01 reimarSimplify: remove pointless {} and else
2009-10-01 reimarRemove pointless setting of pkt->size, av_get_packet...
2009-10-01 reimarau demuxer: pass av_get_packet error on unchanged inste...
2009-10-01 reimarav_new_packet failing should return ENOMEM, not EIO.
2009-10-01 reimarput_bits can only reliably write up to 31 bit bits...
2009-10-01 aurelFix playback of strange AVI files with stray LIST.
2009-09-30 reimar10l in code reading codec_name, the first byte is the...
2009-09-30 reimarReturn an error when the parsed mpc chunk size is negat...
2009-09-30 reimarDisable parsing for ogg streams where no ogg header...
2009-09-30 reimarConvert latin1 codec_name in mov to UTF-8, since all...
2009-09-29 reimarSync AC3 probe values with MP3 probe values, they have...
2009-09-29 reimarExtend DV autodetection to also reliably detect single...
2009-09-29 cehoyosAdd id3v2 metadata conversion table and use it in mp3...
2009-09-26 bcoudurier100l, typo
2009-09-26 bcoudurierExport mov/mp4 major and compatible brands as metadata.
2009-09-24 cehoyosFix reading VDR files (broken since r19000).
2009-09-24 reimarFix possible buffer over-read in vorbis_comment, fix...
2009-09-23 diegoid3v2: Add support for UTF-16 encoding.
2009-09-23 diegoid3v2: Use 0 instead of '\0'.
2009-09-23 diegoid3v2: check for enough space to write full UTF-8 chara...
2009-09-23 reimarCorrectly print number of remaining bytes in oggparsevo...
2009-09-22 bananHook up the MD studio demuxer and Atrac1 decoder.
2009-09-22 diegoPlace MP3 demuxer code under appropriate #ifdefs.
2009-09-22 diegoRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 diegoMove find_guid function and guid_data array to a global...
2009-09-18 diego#include correct header to fix 'make checkheaders'.
2009-09-18 michaelOnly use *ic_ptr when it has been initialized.
2009-09-18 rbultjeUnscrewup indentation (pointed out by Diego).
2009-09-17 rbultjeRTSP basic authentication, patch originally by Philip...
2009-09-17 bcoudurierfix pes overhead computation, patch by Niobos, niobos...
2009-09-17 bcoudurierprint at debug level the score at which codec probing...
2009-09-17 reimarImprove SIFF probe by also checking the first tag is...
2009-09-17 reimarImprove dxa probe by checking the values for width...
2009-09-17 reimarSlightly improve probe for ea format by checking that...
2009-09-17 kostyaDo not include "mp4:" prefix from RTMP URL into "app...
2009-09-16 michaelPrint a warning if a format has been detected with...
2009-09-16 michaelPrint at debug level the score with which probing succe...
2009-09-16 michaelFix indention after last commit.
2009-09-16 michaelImprove amortized worst case speed of the muxers packet...
next