]> git.sesse.net Git - ffmpeg/history - libavformat
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
[ffmpeg] / libavformat /
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc
2010-06-04 Baptiste Coudurierfix raw 555 pixel format, add abgr fourcc
2010-06-04 David Conradmatroskaenc: Don't write a second seekhead for the...
2010-06-04 David Conradmatroskaenc: Check that tracks was allocated
2010-06-04 David Conradmatroskaenc: Use av_get_random_seed -> lfg for segment UID
2010-06-04 David Conradmatroskaenc: Make put_ebml_binary take a void pointer
2010-06-04 James ZernAdd WebM muxer
2010-06-04 James Zernmatroskaenc: Mux clusters better
2010-06-04 Anton Khirnovmetadata: mention how to remove tags.
2010-06-04 Anton Khirnovreindent after previous commit.
2010-06-04 Anton Khirnovmetadata: make conversion to the same format a noop.
2010-06-04 Martin Storsjörtspenc: Write the interleaving header in the same...
2010-06-04 Martin Storsjöhttp: Set http_code to 200 when doing a POST
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-03 kemuriwin32: Use _fstati64() instead of plain old fstat(...
2010-06-03 Martin Storsjöhttpauth: Fix the length passed to av_strlcat
2010-06-03 Luca BarbatoRemove stray and possibly wrong line, rtpdec.c sets...
2010-06-02 Stefano SabatiniMake write_streamheader() log a message if there is...
2010-06-02 Stefano SabatiniMake write_streamheader() return a meaningful error...
2010-06-02 Stefano SabatiniMake write_header() and write_headers() return an error...
2010-06-02 Stefano SabatiniMake write_streamheader() and write_headers() accept an
2010-06-02 Stefano SabatiniMake the error message issued in case of invalid codec...
2010-06-01 Ronald S. BultjeChange default number of channels (used if unspecified...
2010-06-01 Michael NiedermayerPrint an error when MAX_STREAMS is reached.
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-05-31 Peter RossPrevent au_read_packet() looping endlessly when .au...
2010-05-28 Francesco LavraReindent after r23361.
2010-05-28 Francesco LavraUse ff_rm_codec_tags[] in RM muxer. This, incidentally...
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2010-05-27 David ConradOn2 IVF demuxer
2010-05-27 Michael NiedermayerMake sure that when the parser is feeded with frame...
2010-05-26 Stefano SabatiniAdd support for the newly added Nut codec tags (added...
2010-05-26 Alex ConverseParse and repack the first frame of H.264 in ASF becaus...
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-25 Aurelien Jacobsmatroskadec: avoid potential crash after r23169
2010-05-25 Zhou ZongyiWe're using generic tag-to-ID functions, so specific...
2010-05-25 Carl Eugen HoyosSamsung uses SIPP as FourCC for MPEG-4 ASP.
2010-05-25 trueice@gmail.com24l trocadero: RTMP reader forgot to shift high byte...
2010-05-24 Baptiste CoudurierIn ogg muxer, use random serial number of each ogg...
2010-05-24 Zhentan FengMMS-over-TCP protocol support. Patch by Zhentan Feng...
2010-05-24 Stefano SabatiniAdd missing codec id <-> codec tag entries:
2010-05-24 Reimar DöffingerAdd -f framemd5 muxer similar to framecrc.
2010-05-24 Jai MenonDisplay a more descriptive log message when probe buffe...
2010-05-24 Janne GrunauSkip pes payload during probing to avoid start code...
2010-05-24 David Conradmatroskaenc: Write codec time base as default duration...
2010-05-23 Reimar DöffingerEnable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids...
2010-05-23 David Conradmatroskadec: Revert adding the doctype to metadata...
2010-05-23 Benjamin LarssonReduce the score for the aea demuxer probing function.
2010-05-23 Benjamin LarssonFix detection of some stereo atrac files by not compari...
2010-05-23 Baptiste Coudurieroups, 100l, revert unrelated hunk from commit r23266
2010-05-23 Baptiste Coudurierwrite 3gp perf tag for artist metadata
2010-05-23 Baptiste Coudurieralbm 3gp tag has optional track field not date
2010-05-23 Baptiste Coudurierchange author metadata to artist in mov de/muxer
2010-05-23 Stefano SabatiniMake the nut decoder read the ff_nut_video_tags to...
2010-05-23 Stefano SabatiniDefine ff_nut_video_tags and make Nut muxer and demuxer...
2010-05-23 Reimar DöffingerAdd a md5 muxer that allows checking the md5 sums of...
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-05-22 Stefano SabatiniMake av_write_header() return AVERROR(EINVAL) rather...
2010-05-22 Stefano SabatiniStore in a dedicated array the format name - codec...
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-05-22 Stefano SabatiniPrefer enum CodecID over int in ff_codec_get_tag().
2010-05-22 David Conradmatroskaenc: Don't write track timecode scale
2010-05-22 David Conradmatroskadec: Allow unknown EBML doctype
2010-05-22 James Zernmatroskadec: Support webm doctype
2010-05-21 Baptiste Coudurierremove unused field
2010-05-21 Baptiste CoudurierIn ogg muxer, pack multiple frames into one page, much...
2010-05-21 Martin StorsjöChange the default codecs for the rtsp muxer to mpeg4...
2010-05-21 Martin StorsjöTake ff_write_chained in use in the mov rtp hinter...
2010-05-21 Martin StorsjöAdd a libavformat internal function ff_write_chained
2010-05-20 Michael NiedermayerDisable non interleaved avi code when there is no index...
2010-05-19 GoogleAdd VP80 fourcc
2010-05-19 Googlematroska: Add V_VP8
2010-05-19 Martin StorsjöFix a crash when opening WMS RTSP streams
2010-05-19 Martin StorsjöLate bump of the minor version, for the addition of...
2010-05-18 David Conradmatroskadec: Free ebml binary buffer on error
2010-05-18 David Conradmatroskadec: Fix buffer overread in matroska_ebmlnum_uint
2010-05-18 David Conradmatroskadec: Ensure time_scale is nonzero, fixes divide...
2010-05-18 David Conradmatroskadec: Use av_freep in ebml_read_ascii
2010-05-18 Martin StorsjöUse a heuristic for describing the RTP packets using...
2010-05-18 Martin StorsjöAdd initial support for RTP hinting in the mov muxer
2010-05-18 Martin StorsjöMake mov_write_packet non-static, add ff_ prefix
2010-05-18 Martin StorsjöMove the mov muxer structures to a separate header
2010-05-18 Martin StorsjöAdd a flag for enabling RTP hinting
2010-05-18 Martin StorsjöMake ff_sdp_write_media a lavf-internal function
2010-05-18 Francesco LavraValidate AVCodecTag vs CodecID.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-18 Janne GrunauIn ts demuxer, output pes packet as soon as they are...
2010-05-17 Baptiste Coudurierset avg frame rate in mkv demuxer
2010-05-16 Stefano SabatiniAdd NV12 and NV21 AVI tags.
2010-05-14 Baptiste CoudurierChange MAX_READ_SIZE message during av_find_stream_info...
2010-05-13 Sebastian VaterReindent after r23112.
2010-05-13 Sebastian VaterMove handling of paletted data to the IFF demuxer....
2010-05-12 Stefano SabatiniDoxygen av_codec_get_id() and av_codec_get_tag().
2010-05-09 Francesco LavraAdd FourCC MJPG for CODEC_ID_JPEGLS.
2010-05-09 Stefano SabatiniAdd support to the Y411 codec tag, corresponding to...
2010-05-09 Stefano SabatiniMake the nut demuxer issue a more meaningful error...
2010-05-09 Sebastian VaterReplace usage of s->streams[0]->* with st->*, which...
2010-05-07 Michael NiedermayerFavor chunk size over hitting the correct position...
2010-05-05 Sebastian VaterParse IFF metadata.
2010-05-05 David Conradmovenc: Write QuickTime chapters
next