]> git.sesse.net Git - ffmpeg/history - libavformat
tiff: print log in case of unknown / unsupported tag.
[ffmpeg] / libavformat /
2011-06-04 Anton Khirnovtty: factorise returning error codes.
2011-06-04 Anton Khirnovrawdec: add framerate private option.
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-03 Anton Khirnovrawdec: initialize return value to 0.
2011-06-03 Anton Khirnovrawdec: don't leak option strings.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-06-02 Mans Rullgardoma: check avio_read() return value
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-06-02 Mans RullgardRemove unused variables
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-31 Gil Pedersenimproved 'edts' atom writing support
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.pix_fmt.
2011-05-27 Anton Khirnovrawdec: add a pixel_format private option.
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-05-27 Anton Khirnovrawdec: factor video demuxer definitions into a macro.
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.width/height.
2011-05-27 Anton Khirnovtty: add video_size private option.
2011-05-27 Anton Khirnovrawdec: add video_size private option.
2011-05-26 Alex Converseid3v2: Check malloc result. ID3v2 tags can be very...
2011-05-26 Alex Converseid3v2: Initialize tflags for version 2.2.
2011-05-26 Anton Khirnovlavf: initialize demuxer private options.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-05-25 Anton Khirnovtty: replace AVFormatParameters.sample_rate abuse with...
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.{channels,sample_rate}.
2011-05-25 Anton Khirnovrawdec: add sample_rate/channels private options.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.mpeg2ts_raw.
2011-05-25 Anton Khirnovmpegts: add compute_pcr option.
2011-05-25 Anton Khirnovlavf: add priv_class field to AVInputFormat.
2011-05-24 Ilyartsp: use strtoul to parse rtptime and seq values.
2011-05-24 Carl Eugen Hoyosape: Allow demuxing of files with metadata tags.
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-21 Can Wuavio: document buffer must created with av_malloc(...
2011-05-21 Can Wuavio: check AVIOContext malloc failure
2011-05-20 Martin Storsjömpegtsenc: Add an AVClass pointer to the private data
2011-05-19 Diego BiurrunRemove silly insults from avformat_version() Doxygen...
2011-05-19 Mans Rullgardasfdec: add missing #include for av_bswap32()
2011-05-17 Anton Khirnovlavf: remove duplicate assignment in avformat_alloc_con...
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-17 Alex Converseflvdec: clenup debug code
2011-05-17 Uoti Urpalaasfdec: fix possible overread on broken files.
2011-05-17 Vladimir Pantelicasfdec: do not fall back to binary/generic search
2011-05-17 Vladimir Pantelicasfdec: reindent after previous commit c7bd5ed
2011-05-17 Vladimir Pantelicasfdec: fallback to binary search internally
2011-05-13 Baptiste Couduriermovenc: always write esds descriptor length using 4...
2011-05-12 Martin Storsjörtpdec_qdm2: Don't try to parse data packet if no confi...
2011-05-12 Aurelien Jacobsmatroskaenc: make sure we don't produce invalid file...
2011-05-12 Aurelien Jacobsmatroskadec: check that pointers were initialized befor...
2011-05-12 Stefano Sabatinilavf: fix function name in compute_pkt_fields2 av_dlog...
2011-05-12 Marton Balintlavf: fix av_find_best_stream when providing a wanted...
2011-05-12 Marton Balintlavf: fix av_find_best_stream when decoder_ret is given...
2011-05-12 Yusuke Nakamuramov: Support edit list atom version 1.
2011-05-12 Clément BœschCosmetics: fix prototypes in oggdec
2011-05-12 Clément Bœschoggdec: fix memleak with continuous streams.
2011-05-12 Aurelien Jacobsmatroskaenc: add missing new line in av_log() call
2011-05-12 Baptiste Couduriermovenc: fix yuv range in avid atoms used by dnxhd.
2011-05-12 Alex Conversemovenc: fix adpcm mono muxing.
2011-05-12 Baptiste Couduriermpegts: do not output known sized packet if an unbounde...
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-12 Thierry Foucunsv: Fix misdetection of MP3 files as NSV.
2011-05-12 Clément Bœschoggdec: use explicit AVInputFormat struct initializers
2011-05-12 Clément Bœschoggdec: simplify ogg_probe
2011-05-11 Baptiste CoudurierPort SMPTE S302M audio decoder from FFmbc 0.3.
2011-05-11 Martin Storsjörtsp: Only do keepalive using GET_PARAMETER if the...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Vitor Sessaklavf/utils: fix ff_interleave_compare_dts corner case.
2011-05-09 Martin Storsjömpegtsenc: Clear st->priv_data when freeing it
2011-05-09 Martin Storsjöudp: Fix receiving RTP data over multicast
2011-05-09 Martin Storsjörtpproto: Remove an unused variable
2011-05-06 Yusuke Nakamuramov: fix composition timestamps on movie fragments.
2011-05-04 Diego BiurrunFix standalone compilation of pipe protocol.
2011-05-04 Diego BiurrunFix standalone compilation of WTV demuxer.
2011-05-04 Mans Rullgardmatroskaenc: fix memory leak
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-04 Uoti Urpalaasfdec: fix assert failure on invalid files
2011-05-04 Ronald S. Bultjenutenc: check malloc return values.
2011-05-04 Ronald S. Bultjenutenc: don't av_malloc(0).
2011-05-04 Ronald S. Bultjeasfdec: fix parsing of packets that overrun into padding.
2011-05-03 Luca BarbatoMake ffmpeg support generic data stream
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Anssi Hannulalavf: inspect more frames for fps when container time...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-28 Martin Storsjöavio: Fix the deprecated fallback URL-prefixed open...
2011-04-28 Gil Pedersennetwork: Check POLLERR and POLLHUP in ff_network_wait_fd
2011-04-28 Anton Khirnovmpegtsenc: make PMT PID really start on pmt_start_pid
2011-04-28 Peter Rossnut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
next