log

age author description
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
2007-03-02 bcoudurier use generic atom to extradata reading function libavformat
2007-03-02 bcoudurier support for adpcm swf, pcm libavformat
2007-03-02 aurel don't rely on a specific appearance order for ebml elements at the same level libavformat
2007-03-02 aurel add support for simple blocks (ie. matroska v2) libavformat
2007-03-01 aurel cosmetics: fix indentation of the new matroska_parse_block() function libavformat
2007-03-01 aurel split a matroska_parse_block() function from matroska_parse_blockgroup() libavformat
2007-03-01 aurel fix an off-by-one error in probing function libavformat
2007-03-01 bcoudurier don't parse whole swf file in header, can now play ffserver swf streams libavformat
2007-03-01 bcoudurier factorize libavformat
2007-03-01 bcoudurier remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformat
2007-03-01 bcoudurier check for any seeking failure during probe libavformat
2007-03-01 bcoudurier quicktime 'raw ' support libavformat
2007-02-28 lu_zero Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat
2007-02-28 lu_zero Reverting stray commit part I libavformat
2007-02-28 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavformat
2007-02-27 diego Add missing license headers. libavformat
2007-02-27 bcoudurier use avcodec_decode_audio2 libavformat
2007-02-27 diego Remove useless conditional. libavformat
2007-02-25 diego Add LGPL header as requested by Oded. libavformat
2007-02-25 alex use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header libavformat
2007-02-24 michael be less noisy libavformat
2007-02-23 mmu_man BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. libavformat
2007-02-23 banan Complete the video format enum. libavformat
2007-02-23 banan Cosmetics. libavformat
2007-02-22 alex change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards libavformat
2007-02-22 alex codec_tag settable via VideoTag, and transmit codec_tag in ffm libavformat
2007-02-22 diego Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat
2007-02-22 diego cosmetics: fix usefuLL --> usefuL typo libavformat
2007-02-20 takis Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate libavformat
2007-02-20 michael warn if bps from user and what will be stored missmatches libavformat
2007-02-20 michael try to fill in missing bits_per_sample libavformat
2007-02-20 mbardiaux Remove code duplicated between adpcm.c and riff.c libavformat
2007-02-20 mbardiaux Add support for MS-GSM codec libavformat
2007-02-18 alex spit an error message in case of invalid chunk libavformat
2007-02-17 michael not checking error return, resulting double free libavformat
2007-02-15 mmu_man Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l libavformat
2007-02-15 mmu_man MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. libavformat
2007-02-15 mmu_man poll() emulation for BeOS, and maybe MinGW. libavformat
2007-02-14 mru rename video4linux[2] variables to v4l[2], consistent with --disable options libavformat
2007-02-14 gpoirier implement new grabbing interface, as described here: libavformat
2007-02-14 bcoudurier fix dts adjusting libavformat
2007-02-14 lucabe Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer libavformat
2007-02-14 bcoudurier 100l libavformat
2007-02-14 bcoudurier indentation libavformat
2007-02-14 bcoudurier use aiff when we can, some players only support aiff libavformat
2007-02-14 diego Remove unused file. libavformat
2007-02-13 diego Ogg is not Vorbis. libavformat
2007-02-13 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
2007-02-13 diego Move base64.[ch] to libavutil. libavformat
2007-02-13 michael support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformat
2007-02-12 michael always use audio spread (instead of "video no spread" for audio ...) libavformat
2007-02-12 michael increaseing preroll time to the minimum of the asf files i have libavformat
2007-02-12 michael dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? libavformat