log

age author description
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