]> git.sesse.net Git - ffmpeg/history - libavformat
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
[ffmpeg] / libavformat /
2011-02-25 Anton Khirnovlavf: use a new ffio_wfourcc macro instead of put_tag...
2011-02-23 longstoneavienc: fix AVI stream index for files with >10 streams
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-22 Benjamin LarssonAdd more AVC Intra FOURCCs
2011-02-21 Tony Straussmpegtsenc: use correct PES stream_id for AAC
2011-02-21 Ronald S. Bultjespdifenc.c: fix compile because of missing include...
2011-02-21 Anton Khirnovavio: make put_nbyte internal.
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: make get_partial_buffer internal.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-20 Ronald S. BultjeUpdate version and APIchanges.
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-19 Marton BalintMMS: also discover streams in extended stream propertie...
2011-02-17 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-16 Martin Storsjörtsp: udp_read_packet returning 0 doesn't mean success
2011-02-16 Anssi Hannulaspdifenc: set flag AVFMT_NOTIMESTAMPS
2011-02-16 Maksym Veremeyenkofix nsvdec.c compilation if DEBUG macro defined
2011-02-16 Balint MartonFix av_find_best_stream when using a program
2011-02-16 Reimar DöffingerDocument that av_write_header sets stream time_base...
2011-02-16 Janne Grunauspdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e943...
2011-02-15 Max Shakhmetovos_support: fix poll() implementation
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-15 Maksym Veremeyenkofix nsvdec.c compilation if DEBUG defined
2011-02-14 Mans Rullgardmpegtsenc: whitespace cosmetics
2011-02-14 Anssi Hannulampegtsenc: set audio_type according to st->disposition
2011-02-14 Anssi Hannulampegts: set st->disposition according to ISO 639 langua...
2011-02-14 Anssi Hannulalavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
2011-02-14 Ronald S. Bultjemmst: fix reading uninitialized data for ping packets.
2011-02-13 Mans Rullgardasfdec: fix build for big endian targets
2011-02-13 Peter Rosswtv: ignore empty data_guid chunks
2011-02-13 Anton Khirnovasfdec: don't export empty metadata
2011-02-13 Anton Khirnovasfdec: split reading stream properties out of asf_read...
2011-02-13 Francesco Cosoletommst: print packet type with error status code message
2011-02-13 Anssi Hannulalavf: print stream disposition in dump_stream_format
2011-02-13 Anssi Hannulaspdifenc: fix byte order on big-endian systems
2011-02-13 Anssi Hannulaspdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
2011-02-13 Takashi Mochizukimovenc: Force first sample as SYNC
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-02-11 Anton Khirnovlavf: deprecate AVFormatContext.index_built
2011-02-10 Anton Khirnovasfdec: deobfuscate reading video properties size
2011-02-10 Anton Khirnovasfdec: split asf_read_header()
2011-02-10 Peter Rosswtv: mark streams intended for hearing or visual impair...
2011-02-10 Peter Rossmake av_find_best_stream() ignore streams marked with...
2011-02-10 Peter Rossadd AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_...
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-02-10 Mans Rullgardmov: remove stray semicolon
2011-02-10 Anton Khirnovasfdec: skip the stream bitrate list
2011-02-10 Anton Khirnovasfdec: use an ASFContext array for storing stream...
2011-02-10 Anton Khirnovasfdec: move DAR list to ASFContext
2011-02-10 David Friesudp: Enable address reuse by default for multicast
2011-02-09 Anton Khirnovasfdec: remove some write-only values from the context
2011-02-09 Anton Khirnovasf: split ASFContext into muxer and demuxer parts.
2011-02-09 Vladimir Pantelicmpegts: remove unused macro MAX_SCAN_PACKETS
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-09 Anton Khirnovasf: make ff_guidcmp inline and move it to asf.h
2011-02-08 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-08 Anssi Hannulalavf: simplify pb parameter of ff_probe_input_buffer
2011-02-08 Anssi Hannulalavf: update ff_probe_input_buffer documentation
2011-02-08 Reimar Döffingeroggdec: Fix incorrect assumption about header/data...
2011-02-07 Reimar Döffingermatroskadec: add generic element length validation.
2011-02-07 Ronald S. BultjeFix compile warning.
2011-02-07 Anton Khirnovavidec: simplify read_gab2_sub
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-06 Reimar DöffingerMake av_set_pts_info keep previous time base if new...
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-02-06 Sascha Sommerpass QDMC extradata to the decoder
2011-02-06 Ronald S. BultjeUpdate MINOR and set git rev for non-blocking flag...
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-02-06 Nicolas GeorgeNon-blocking protocol: TCP
2011-02-06 Nicolas GeorgeNon-blocking protocol: core wrapper functions
2011-02-06 Nicolas GeorgeNon-blocking protocols: flag and documentation
2011-02-06 Anton Khirnovmp3enc: write ISO8859-1 instead of UTF-16 when possible
2011-02-06 Peter Rossreindent after last commit
2011-02-06 Peter Rosswtv: do not use flag in stream_guid chunk to determine...
2011-02-04 Martin Storsjöapplehttp: Handle absolute paths relative to the curren...
2011-02-04 Martin Storsjömovenchint: Use rtpenc_chain for setting up the chained...
2011-02-04 Martin Storsjörtpenc_chain: Don't copy the time_base back to the...
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Add a function for freeing an AVFormatContext
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-04 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-02-04 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
2011-02-04 Nicolas GeorgeTCP: factor the poll() call
2011-02-04 Peter Rosswtv: filesystem implementation
2011-02-03 Anton Khirnovtty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-02-03 Martin Storsjösapenc: Free AVStream->info on cleanup
2011-02-03 Anton Khirnovrtmpproto: rename URLContext* argument in rtmp_write()
2011-02-03 Tomas HärdinAdd ProRes FOURCCs to isom.c
2011-02-03 Benjamin LarssonAdd AVC-Intra identifiers used by Flip4Mac for mov...
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-02-03 Martin StorsjöFree AVStream->info in chained muxers
2011-02-02 Martin Storsjörtsp: Don't store RTSPStream in AVStream->priv_data
next