]> git.sesse.net Git - ffmpeg/history - libavformat
actually return bytes read
[ffmpeg] / libavformat /
2007-03-24 Baptiste Couduriercosmectics, mov -> mp4
2007-03-24 Baptiste Couduriersort
2007-03-24 Baptiste Coudurieradd some codec object type ids
2007-03-24 Baptiste Coudurierprefer MP3 id as mentioned in avcodec.h line 210
2007-03-24 Baptiste Coudurieradd specifications reference comments
2007-03-23 François RevolSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-03-21 David ConradThe NSV demuxer assumes that a video frame's timestamp...
2007-03-21 Wolfram Glogerav_estimate_timings_from_pts() flushes the packet queue...
2007-03-21 Baptiste Couduriercosmetics, sample_size_v1 -> bytes_per_frame / samples_...
2007-03-21 Baptiste Couduriercosmetics
2007-03-21 Baptiste Coudurierset audio frame size based on stts
2007-03-21 Baptiste Couduriertreat frame_size > 1 as compressed audio
2007-03-20 Michael Niedermayerrevert r8428, the check was not that useless
2007-03-20 Michael Niedermayeri think this is more correct
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-18 Clemens Ladischfix end-of-file detection
2007-03-18 Baptiste Coudurieradd dnxhd fourcc
2007-03-18 Justin Rugglesimprove ac3_probe by counting consecutive frames
2007-03-18 Diego PettenòRemove parameter unused in format string.
2007-03-17 Michael Niedermayerremove incorrect special case for audio
2007-03-17 Michael Niedermayerfix indention
2007-03-17 Michael Niedermayerreorder pts into dts support
2007-03-17 Michael Niedermayerremove useless if()
2007-03-17 Michael Niedermayersimplify
2007-03-17 Michael Niedermayersimplify
2007-03-16 Michael Niedermayerremove silly video check, theres nothing video specific...
2007-03-16 Michael Niedermayeradd a delay variable to hold the timestamp buffer size
2007-03-16 Michael Niedermayerremove special case for h.264 whatever this was suppose...
2007-03-15 Aurelien Jacobsdisable pts reordering code and initialize a parser...
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-13 Aurelien Jacobsremove outdated comment
2007-03-13 Aurelien Jacobsremove no more needed parameters
2007-03-13 Aurelien Jacobsset pkt->duration for laced packets too
2007-03-13 Aurelien Jacobscalculate pts for laced packets
2007-03-13 Aurelien Jacobscalculate default_duration for AAC tracks
2007-03-13 Aurelien Jacobsscale duration and default_duration
2007-03-12 Aurelien Jacobsmove timecode calculation out of laces loop
2007-03-12 Baptiste Coudurierremove wrong avid imx ntsc fourcc
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-12 Baptiste Coudurierremove codec_info_duration/nb_frames from AVStream
2007-03-11 Aurelien Jacobscosmetic: indent after last commit
2007-03-11 Aurelien Jacobsreorder pts of packets from tracks using V_MPEG* codecs
2007-03-11 Aurelien Jacobsrevert r7181
2007-03-11 Aurelien Jacobscheck if current block contains a B frame and gives...
2007-03-11 Aurelien Jacobsextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 Aurelien Jacobsreindent after last commit
2007-03-11 Aurelien Jacobsparse clusters until some packets are queued
2007-03-11 Aurelien Jacobsfix a stupid bug in ebml_read_sint()
2007-03-11 Aurelien Jacobsuse codec_get_id() instead of deprecated codec_get_...
2007-03-11 Michael Niedermayerfix gsize=0 / -1 case (if(<24) goto fail) before it...
2007-03-11 Michael Niedermayersome url_is_streamed()==1 related fixes
2007-03-10 Michael Niedermayerfix demuxing of broken MVI_3011.avi
2007-03-10 Oded Shimonremove usage of deprecated functions in libnut.c (codec...
2007-03-10 Oded ShimonAdd doxygen file header to libnut.c
2007-03-10 Michael Niedermayerjpeg fourcc
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
next