OSDN Git Service

Fix configure .pc files generation and make install when
[android-x86/external-ffmpeg.git] / libavformat /
2010-08-18 Thierry FoucuAdd AVC EOS tag to H264-encoded FLV files.
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-17 Aurelien Jacobsmatroskadec: minor simplification
2010-08-17 Aurelien Jacobsmatroskadec: fix integer overflow
2010-08-16 Josh AllmannAdd RTP depacketization of VP8
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-14 Ronald S. BultjePrint error messages in case of connection failure...
2010-08-13 Ronald S. BultjePrevent overflow on random input.
2010-08-13 Ronald S. BultjeRemove use of MAX_STREAMS in MMSContext->streams[]...
2010-08-13 Zhentan FengSet fixed chunksize for ASF header in MMS streams,...
2010-08-13 Zhentan FengFix wrong command prefix for timing test in MMST protocol.
2010-08-12 Martin StorsjöAdd RTP depacketization of MP4A-LATM
2010-08-12 Ronald S. BultjeSend OPTIONS request at a regular basis to standard...
2010-08-12 Ronald S. BultjeAdd another missing file from r24799.
2010-08-12 Baptiste CoudurierFix segv when stream copy and validate_tag fails, st...
2010-08-11 Ronald S. BultjeAdd missing mms.c from r24779.
2010-08-11 Zhentan FengMove functions and structs shared between MMSH and...
2010-08-11 Zhentan FengExtract fields that are to be shared between MMST/MMSH...
2010-08-11 Ronald S. BultjeUse FFALIGN() in mmst.c where appropriate. Noticed...
2010-08-11 Stefano SabatiniAdd documentation for the pm parameter of the av_metada...
2010-08-11 Stefano SabatiniFix reference to a wrong parameter name in the metadata...
2010-08-11 Stefano SabatiniNit: fix weird spacing.
2010-08-11 Stefano SabatiniAdd empty newlines between function descriptions and...
2010-08-10 Przemysław SobalaFix mem leak when trying to open a non-existing image...
2010-08-10 Aurelien Jacobsget rid of MAX_STREAMS limit in nutdec
2010-08-10 Martin Storsjörtpenc_xiph: Clarify that num_frames shouldn't ever...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in mpegts
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RTSP
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RDT
2010-08-09 Martin Storsjörtpenc_xiph: Set the ident value via a define
2010-08-09 Martin Storsjörtpenc_xiph: Don't needlessly cast pointers to integers
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-08-09 Martin Storsjöhttp: Return EOF at the end of the content even if...
2010-08-07 Alex Converseoggparsevorbis: Add some sanity checks to header packet...
2010-08-07 Reinhard TartlerFix spelling in comment(s)
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-06 Luca BarbatoPreserve status reason
2010-08-05 Martin Storsjörtpdec_xiph: Split packets in the depacketizer
2010-08-04 Zhentan FengMove read_mms_packet() code to be inlined in the callin...
2010-08-04 Zhentan FengRemove is_playing variable.
2010-08-04 Zhentan FengMove send_media_packet_request() and clear_stream_buffe...
2010-08-04 Martin Storsjörtpdec_xiph: Correct the bitmask for num_pkts
2010-08-02 Benoit FouetFix doxygen comment.
2010-08-01 Alex ConverseAdd WebM to the Matroska demuxer name.
2010-07-30 Aurelien Jacobs100l: av_freep() needs the address of the pointer
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-29 Aurelien Jacobs avidec: demux ASS and SRT tracks out of GAB2 chunks
2010-07-29 Aurelien Jacobsadd seeking support in ASS demuxer
2010-07-28 Reimar DöffingerCheck for udp_set_remote_url error.
2010-07-28 Martin Storsjörtsp: Move the definition of SDP_MAX_SIZE up, use it...
2010-07-28 Baptiste CoudurierIn wav muxer, always flush in write_trailer, fix pipe...
2010-07-28 Alexander KojevnikovSkip short padding in id3v2.
2010-07-28 Josh Allmannrtpdec_xiph: Handle the sampling SDP parameter
2010-07-28 Reimar DöffingerAdd extern to mxf_d10_muxer forward declaration to...
2010-07-27 Michael NiedermayerFix doxy that refers to the wrong variable.
2010-07-27 Michael NiedermayerFix 2 doxy comments that referred to the wrong variable.
2010-07-27 Michael NiedermayerMake doxygen formatting more consistent.
2010-07-27 Stefano SabatiniPlace the concat protocol entry at the begin of the...
2010-07-27 Alex ConverseDocument existing rules for AVInputFormat.name.
2010-07-27 Alexander KojevnikovMake frames unsigned.
2010-07-27 Alexander KojevnikovShow correct bitrate for VBR MP3 files.
2010-07-27 Måns RullgårdRemove duplicate initialiser for cavsvideo_muxer.extensions
2010-07-27 Josh Allmannrtpdec_xiph: Drop RTP packets that come in without...
2010-07-27 Måns Rullgårdlibavformat needs libavcore
2010-07-27 Stefan Gehreradd Chinese AVS encoding via external library libxavs
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-26 Ronald S. BultjeReindent after r24516.
2010-07-26 Ronald S. BultjeUse inverse error branches, i.e. instead of if(somethin...
2010-07-26 Ronald S. BultjeUse av_log(.., AV_LOG_ERROR) instead of dprintf() for...
2010-07-25 Aurelien Jacobsmatroskaenc: add support for muxing SRT tracks
2010-07-25 Aurelien Jacobsadd mime-type for ASS muxer
2010-07-25 Martin StorsjöInclude the correct header that actually is used, use...
2010-07-25 Reimar DöffingerCosmetics: fix indentation and remove a useless else.
2010-07-25 Reimar DöffingerSimplify get_byte and url_fgetc.
2010-07-25 Reimar DöffingerMove ffm_close function up to avoid a forward declaration.
2010-07-25 Reimar Döffingerffmdec: Do not manually free streams on read_header...
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-07-24 Reimar DöffingerFix a "function declaration isn't a prototype" warning.
2010-07-24 Martin StorsjöNever shrink the ByteIOContext buffer in ff_rewind_with...
2010-07-24 Martin Storsjömpegts: Warn if unable to seek back
2010-07-23 Baptiste CoudurierIn mpegts muxer, fix rbsp trailing bits in AUD nal...
2010-07-21 Aurelien Jacobsuse return value of ff_get_line()
2010-07-21 Aurelien Jacobsdocument ff_get_line()
2010-07-21 Aurelien Jacobsimprove ff_get_line to return line length
2010-07-21 Aurelien Jacobsmove ff_get_line to aviobuf.c
2010-07-21 Aurelien Jacobsrename get_line to ff_get_line
2010-07-21 Axel HolzingerZero-initialize structs/arrays with {0} instead of...
2010-07-21 Martin StorsjöReindent, rewrap long comment lines to keep line length...
2010-07-21 Martin Storsjörtpdec_asf: Handle RTSP-MS packet splitting
2010-07-21 Thierry Foucugxfenc: Fix ES name in the UMF media description, by...
2010-07-20 Zhentan FengAllow the ASF header to be transferred split over multi...
2010-07-20 Zhentan FengExplicitely set the size of the "ff_asf_head1_guid...
2010-07-20 Zhentan FengAlign outgoing messages to 8 bytes, this is required...
2010-07-20 Zhentan FengFix a compile warning when compiling with DEBUG=1....
2010-07-20 Zhentan FengCheck the status code of each server responses, and...
2010-07-20 Zhentan FengSend a time test to the server, as the spec recommends.
2010-07-20 Rafaël CarréLego Mindstorms RSO muxer and demuxer.
2010-07-20 Martin Storsjöasfdec: 10l, fix the minimum asf video stream header...
2010-07-20 Martin Storsjöasfdec: Don't read the video stream header if there...
next