log

age author description
2007-03-26 michael warning about vhooks status libavformat
2007-03-25 bcoudurier activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 libavformat
2007-03-25 bcoudurier prefer MP3 id libavformat
2007-03-25 bcoudurier use MKTAG libavformat
2007-03-25 bcoudurier dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4 libavformat
2007-03-25 aurel add support for V_THEORA into Matroska libavformat
2007-03-24 bcoudurier cosmectics, mov -> mp4 libavformat
2007-03-24 bcoudurier sort libavformat
2007-03-24 bcoudurier add some codec object type ids libavformat
2007-03-24 bcoudurier prefer MP3 id as mentioned in avcodec.h line 210 libavformat
2007-03-24 bcoudurier add specifications reference comments libavformat
2007-03-23 mmu_man Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. libavformat
2007-03-21 diego The NSV demuxer assumes that a video frame's timestamp increases by one on each libavformat
2007-03-21 diego av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformat
2007-03-21 bcoudurier cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame libavformat
2007-03-21 bcoudurier cosmetics libavformat
2007-03-21 bcoudurier set audio frame size based on stts libavformat
2007-03-21 bcoudurier treat frame_size > 1 as compressed audio libavformat
2007-03-20 michael revert r8428, the check was not that useless libavformat
2007-03-20 michael i think this is more correct libavformat
2007-03-19 lu_zero expose av_base64_decode and av_base64_encode libavformat
2007-03-18 gpoirier fix end-of-file detection libavformat
2007-03-18 bcoudurier add dnxhd fourcc libavformat
2007-03-18 jbr improve ac3_probe by counting consecutive frames libavformat
2007-03-18 reimar Remove parameter unused in format string. libavformat
2007-03-17 michael remove incorrect special case for audio libavformat
2007-03-17 michael fix indention libavformat
2007-03-17 michael reorder pts into dts support libavformat
2007-03-17 michael remove useless if() libavformat
2007-03-17 michael simplify libavformat
2007-03-17 michael simplify libavformat
2007-03-16 michael remove silly video check, theres nothing video specific in there libavformat
2007-03-16 michael add a delay variable to hold the timestamp buffer size libavformat
2007-03-16 michael remove special case for h.264 whatever this was supposed to do its not correct libavformat
2007-03-15 aurel disable pts reordering code and initialize a parser instead libavformat
2007-03-15 gpoirier Targa (.tga) encoder, libavformat
2007-03-14 kostya DXA demuxer and decoder libavformat
2007-03-13 aurel remove outdated comment libavformat
2007-03-13 aurel remove no more needed parameters libavformat
2007-03-13 aurel set pkt->duration for laced packets too libavformat
2007-03-13 aurel calculate pts for laced packets libavformat
2007-03-13 aurel calculate default_duration for AAC tracks libavformat
2007-03-13 aurel scale duration and default_duration libavformat
2007-03-12 aurel move timecode calculation out of laces loop libavformat
2007-03-12 bcoudurier remove wrong avid imx ntsc fourcc libavformat
2007-03-12 diego Properly initialize filesize during input buffer initialization. libavformat
2007-03-12 takis Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat
2007-03-12 mbardiaux Give context to dprintf libavformat
2007-03-12 bcoudurier remove codec_info_duration/nb_frames from AVStream libavformat
2007-03-11 aurel cosmetic: indent after last commit libavformat
2007-03-11 aurel reorder pts of packets from tracks using V_MPEG* codecs libavformat
2007-03-11 aurel revert r7181 libavformat
2007-03-11 aurel check if current block contains a B frame and gives this info to parse_block() libavformat
2007-03-11 aurel extract ebml_read_binary() out of matroska_parse_block() libavformat
2007-03-11 aurel reindent after last commit libavformat
2007-03-11 aurel parse clusters until some packets are queued libavformat
2007-03-11 aurel fix a stupid bug in ebml_read_sint() libavformat
2007-03-11 aurel use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() libavformat
2007-03-11 michael fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea libavformat
2007-03-11 michael some url_is_streamed()==1 related fixes libavformat
2007-03-10 michael fix demuxing of broken MVI_3011.avi libavformat
2007-03-10 ods15 remove usage of deprecated functions in libnut.c (codec_get_id/tag) libavformat
2007-03-10 ods15 Add doxygen file header to libnut.c libavformat
2007-03-10 michael jpeg fourcc libavformat
2007-03-08 bcoudurier seems safer to set pts timebase to sample rate, fix some mp3 libavformat
2007-03-08 bcoudurier fix pts handling libavformat
2007-03-08 mbardiaux Corrections so that builds with DEBUG work libavformat
2007-03-07 alex move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable libavformat
2007-03-07 alex workaround for broken flvtoolized files libavformat
2007-03-07 diego Fix UNKOWN --> UNKNOWN typo libavformat
2007-03-07 alex simplification libavformat
2007-03-07 alex typo: unkown->unknown libavformat
2007-03-06 alex 10l, audio_fifo is a static array libavformat
2007-03-06 alex handle http error codes libavformat
2007-03-05 michael prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them libavformat
2007-03-05 takis Clarify doxygen description. libavformat
2007-03-05 takis Cleanup doxygen comment. libavformat
2007-03-05 takis Fix a typo in a doxygen tag. libavformat
2007-03-05 takis Convert all the comment sections into Doxygen compatible comments, same for libavformat
2007-03-05 takis Move avio.h's url_get_max_packet_size() comment from source to header file. libavformat
2007-03-05 takis Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, libavformat
2007-03-05 takis Make rtsp_set_callback() comments available to Doxygen libavformat
2007-03-05 takis Move unaltered rtsp.c comments to the header file. libavformat
2007-03-05 takis Doxygenize comments in rtsp.h libavformat
2007-03-05 takis Convert macro+enum into a simple enum: Currently the enum was filled using a libavformat
2007-03-05 takis Doxygenize the unaltered comments for the AUHeaders structure. libavformat
2007-03-05 takis Doxygenize the unaltered comments for the rtp_payload_data_s struct. libavformat
2007-03-05 takis Doxygenize the unaltered comments for the RTP_MAX_SDES definition. libavformat
2007-03-05 takis Doxygenize the existing comments without altering the actual contents of the libavformat
2007-03-05 bcoudurier use AVFormatContext with av_log libavformat
2007-03-05 bcoudurier more explicit message libavformat
2007-03-05 michael create codec_comment_header which looks more like what M$ creates, sane or not ... libavformat
2007-03-05 michael all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too libavformat
2007-03-05 michael all asf files i have have this field at 2 so lets try to change it to that ... libavformat
2007-03-05 michael all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) libavformat
2007-03-05 michael off by one error libavformat
2007-03-05 takis Doxygenize the existing comments in avformat.h. The contents of the comments libavformat
2007-03-04 takis Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. libavformat
2007-03-04 takis Move rtp_get_payload_type()'s unaltered comments to the header file. libavformat
2007-03-04 bcoudurier cleanup useless fields libavformat
2007-03-04 bcoudurier simplify swf muxer libavformat
2007-03-04 gpoirier Close connection on EOF libavformat
2007-03-04 gpoirier make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformat
2007-03-04 bcoudurier add pcm s8 tag libavformat
2007-03-04 bcoudurier fix pcm u/s8 muxing libavformat
2007-03-04 bcoudurier deobfuscate, clearly split mov case libavformat
2007-03-03 michael try to move fixed mov.c over the one with cosmetic-functional mix libavformat
2007-03-03 michael recommit of the change below after reverting earlier cosmetic-functional mix libavformat
2007-03-03 michael cosmetic part of the commit below libavformat
2007-03-03 michael functional part of the commit below libavformat
2007-03-03 takis Correct wrong avformat documentation. libavformat
2007-03-03 bcoudurier use common tables for mov muxer and demuxer libavformat
2007-03-03 bcoudurier cosmetics, cleanup tables, add pcm 24/32 le tags libavformat
2007-03-03 bcoudurier partial avid meridien uncompressed support libavformat
2007-03-03 takis Move the libavformat public API comments to avformat.h. The comments are libavformat
2007-03-03 banan Set FLV_SAMPLESSIZE_16BIT for ADPCM. libavformat
2007-03-02 mru write DTS, based on patch by Luca Abeni, lucabe72 email it libavformat
2007-03-02 gpoirier replace the auto array "duration_error" with a malloced array. libavformat
2007-03-02 bcoudurier avid imx support libavformat
2007-03-02 bcoudurier support for mjpeg bottom field first in mov libavformat