]> git.sesse.net Git - ffmpeg/history - libavformat
seems safer to set pts timebase to sample rate, fix some mp3
[ffmpeg] / libavformat /
2007-03-08 Baptiste Coudurierseems safer to set pts timebase to sample rate, fix...
2007-03-08 Baptiste Coudurierfix pts handling
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-03-07 Alex Beregszaszimove preroll_time from static variable into definition...
2007-03-07 Alex Beregszasziworkaround for broken flvtoolized files
2007-03-07 Diego BiurrunFix UNKOWN --> UNKNOWN typo
2007-03-07 Alex Beregszaszisimplification
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-03-06 Alex Beregszaszi10l, audio_fifo is a static array
2007-03-06 Alex Beregszaszihandle http error codes
2007-03-05 Michael Niedermayerprevent audio packets from being fragmented, wmp mac...
2007-03-05 Panagiotis IssarisClarify doxygen description.
2007-03-05 Panagiotis IssarisCleanup doxygen comment.
2007-03-05 Panagiotis IssarisFix a typo in a doxygen tag.
2007-03-05 Panagiotis IssarisConvert all the comment sections into Doxygen compatibl...
2007-03-05 Panagiotis IssarisMove avio.h's url_get_max_packet_size() comment from...
2007-03-05 Panagiotis IssarisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-03-05 Panagiotis IssarisMake rtsp_set_callback() comments available to Doxygen
2007-03-05 Panagiotis IssarisMove unaltered rtsp.c comments to the header file.
2007-03-05 Panagiotis IssarisDoxygenize comments in rtsp.h
2007-03-05 Panagiotis IssarisConvert macro+enum into a simple enum: Currently the...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the AUHeaders...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the rtp_payload_d...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the RTP_MAX_SDES...
2007-03-05 Panagiotis IssarisDoxygenize the existing comments without altering the...
2007-03-05 Baptiste Coudurieruse AVFormatContext with av_log
2007-03-05 Baptiste Couduriermore explicit message
2007-03-05 Michael Niedermayercreate codec_comment_header which looks more like what...
2007-03-05 Michael Niedermayerall asf files i have have the 2 redundant duration...
2007-03-05 Michael Niedermayerall asf files i have have this field at 2 so lets try...
2007-03-05 Michael Niedermayerall the time related fields seem to be 64bit so i guess...
2007-03-05 Michael Niedermayeroff by one error
2007-03-05 Panagiotis IssarisDoxygenize the existing comments in avformat.h. The...
2007-03-04 Panagiotis IssarisMove rtp_check_and_send_back_rr()'s unaltered comments...
2007-03-04 Panagiotis IssarisMove rtp_get_payload_type()'s unaltered comments to...
2007-03-04 Baptiste Couduriercleanup useless fields
2007-03-04 Baptiste Couduriersimplify swf muxer
2007-03-04 Ronald S. BultjeClose connection on EOF
2007-03-04 Ronald S. Bultjemake HTTP MOVED messages also work in ffmpeg (302 is...
2007-03-04 Baptiste Coudurieradd pcm s8 tag
2007-03-04 Baptiste Coudurierfix pcm u/s8 muxing
2007-03-04 Baptiste Coudurierdeobfuscate, clearly split mov case
2007-03-03 Michael Niedermayertry to move fixed mov.c over the one with cosmetic...
2007-03-03 Michael Niedermayerrecommit of the change below after reverting earlier...
2007-03-03 Michael Niedermayercosmetic part of the commit below
2007-03-03 Michael Niedermayerfunctional part of the commit below
2007-03-03 Panagiotis IssarisCorrect wrong avformat documentation.
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-03-03 Baptiste Couduriercosmetics, cleanup tables, add pcm 24/32 le tags
2007-03-03 Baptiste Coudurierpartial avid meridien uncompressed support
2007-03-03 Panagiotis IssarisMove the libavformat public API comments to avformat...
2007-03-03 Benjamin LarssonSet FLV_SAMPLESSIZE_16BIT for ADPCM.
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2007-03-02 Kristian Amliereplace the auto array "duration_error" with a malloced...
2007-03-02 Baptiste Coudurieravid imx support
2007-03-02 Baptiste Couduriersupport for mjpeg bottom field first in mov
2007-03-02 Baptiste Coudurieruse generic atom to extradata reading function
2007-03-02 Baptiste Couduriersupport for adpcm swf, pcm
2007-03-02 Aurelien Jacobsdon't rely on a specific appearance order for ebml...
2007-03-02 Aurelien Jacobsadd support for simple blocks (ie. matroska v2)
2007-03-01 Aurelien Jacobscosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 Aurelien Jacobssplit a matroska_parse_block() function from matroska_p...
2007-03-01 Aurelien Jacobsfix an off-by-one error in probing function
2007-03-01 Baptiste Coudurierdon't parse whole swf file in header, can now play...
2007-03-01 Baptiste Coudurierfactorize
2007-03-01 Baptiste Coudurierremove nonsense time base code, use swf ms per frame...
2007-03-01 Baptiste Couduriercheck for any seeking failure during probe
2007-03-01 Baptiste Coudurierquicktime 'raw ' support
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-27 Baptiste Coudurieruse avcodec_decode_audio2
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Diego BiurrunAdd LGPL header as requested by Oded.
2007-02-25 Alex Beregszasziuse AV_RB32, swf_mp3_info may be replaced with mpa_deco...
2007-02-24 Michael Niedermayerbe less noisy
2007-02-23 François RevolBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-23 Benjamin LarssonComplete the video format enum.
2007-02-23 Benjamin LarssonCosmetics.
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-22 Alex Beregszaszicodec_tag settable via VideoTag, and transmit codec_tag...
2007-02-22 Marc HoffmanFix compilation on Mac OS X, patch by Marc Hoffman...
2007-02-22 Diego Biurruncosmetics: fix usefuLL --> usefuL typo
2007-02-20 Ryan MartellAdd the stream_bitrate GUID to the asf parsing code...
2007-02-20 Michael Niedermayerwarn if bps from user and what will be stored missmatches
2007-02-20 Michael Niedermayertry to fill in missing bits_per_sample
2007-02-20 Michel BardiauxRemove code duplicated between adpcm.c and riff.c
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-02-18 Alex Beregszaszispit an error message in case of invalid chunk
2007-02-17 Michael Niedermayernot checking error return, resulting double free
2007-02-15 François RevolMake sure we don't try to emulate poll() when it's...
2007-02-15 François RevolMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2007-02-14 Måns Rullgårdrename video4linux[2] variables to v4l[2], consistent...
2007-02-14 Ramiro Pollaimplement new grabbing interface, as described here:
2007-02-14 Baptiste Coudurierfix dts adjusting
2007-02-14 Luca AbeniPass the v4l2 buffer into the AVPacket, instead of...
2007-02-14 Baptiste Coudurier100l
2007-02-14 Baptiste Coudurierindentation
next