]> git.sesse.net Git - ffmpeg/history - libavformat
Remove x86/mmx.h. It is not used anymore and has been deprecated for years.
[ffmpeg] / libavformat /
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...
2010-07-20 Martin Storsjöasfdec: Handle asf_jfif_media
2010-07-20 Martin Storsjöasf: Add asf_jfif_media guid
2010-07-20 Martin StorsjöRemove an assert that was no longer correct nor relevant
2010-07-20 Carl Eugen HoyosMake MP43 the default fourcc for msmpeg4v3:
2010-07-20 Martin Storsjömovenc: Free the buffer returned by url_close_dyn_buffe...
2010-07-19 Josh Allmannrtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer
2010-07-19 Aurelien Jacobsfix av_seek_frame_binary() documentation
2010-07-19 Peter RossAdd doxygen @file comment block
2010-07-19 Martin Storsjörtpdec_asf: Include lavu headers using quotes instead...
2010-07-18 Martin StorsjöInclude lavu headers using quotes instead of angle...
2010-07-18 Måns RullgårdAdd MD5 protocol
2010-07-18 Måns RullgårdAllow all valid (and only valid) characters in URL...
2010-07-18 Peter RossRemove trailing linefeed
2010-07-18 Peter RossUse correct doxygen syntax
2010-07-18 Peter RossTele-typewriter demuxer
2010-07-18 Peter RossAdd ff_sauce_read()
2010-07-17 Jai Menonavidec : Free packet if dv_produce_packet fails.
2010-07-17 Martin Storsjöaviobuf: Do short seeks forward by reading and skipping...
2010-07-17 Jai Menonavidec : Free codec context before initializing the...
2010-07-16 Martin StorsjöBump minor and add APIchanges entry for url_fskip retur...
2010-07-16 Martin Storsjöurl_fskip: Return an error code if the url_fseek failed
2010-07-16 Baptiste CoudurierIn ogg muxer, free dyn allocated buffer, fix memleak
2010-07-16 Martin Storsjöhttp: Log a warning when receiving an error code
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-07-15 Peter Rossremove redundant text and whitespaces from iff demuxer...
2010-07-14 Baptiste CoudurierIn ogg muxer, use dyn buffer to compute crc of the...
2010-07-14 Aurelien Jacobsmatroskaenc: write DisplayUnit element to better match...
2010-07-14 Reimar DöffingerPass the composition and ancillary ID for DVB subtitles...
2010-07-14 Josh AllmannAdd a depacketizer for QDM2
2010-07-14 Martin Storsjörtpdec_svq3: Return the timestamp in *timestamp instead...
2010-07-14 Martin Storsjörtpdec: Allow depacketizers to specify that pkt->pts...
2010-07-12 Alex ConverseSplit the ADTS header decoder off of the ADTS parser.
2010-07-12 Luca BarbatoReport when a method gets an error status code
2010-07-11 Víctor PaesaClarify the avoidance of usage of these AVStream fields.
2010-07-11 Luca BarbatoHandle av_base64_decode return value
2010-07-11 James DarnleyFix ID3v1 tags in mp3 files
2010-07-10 Reimar DöffingerCheck url_fseek results in gxf demuxer.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-07-09 Michael Chinenrename get_length to ff_get_v_length and put_v to ff_put_v
2010-07-08 Baptiste CoudurierIn mpegts muxer, print VBR instead of dummy 1 when...
2010-07-08 Baptiste CoudurierIn mov muxer, write pixel aspect ratio tag in mov files.
2010-07-07 Alex ConverseCosmetics: whitespace
2010-07-07 Aurelien Jacobsimprove long_name for ass (de)muxer
next