log

age author description
2006-06-25 mru 10l: don't allocate a new buffer quite so often libavformat
2006-06-25 mru cleaned up buffer management libavformat
2006-06-25 bcoudurier check only existing streams libavformat
2006-06-24 lu_zero minor cleanup libavformat
2006-06-24 bcoudurier simplify libavformat
2006-06-20 diego Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat
2006-06-20 mru increase search limit in av_find_stream_info libavformat
2006-06-19 mru allow packets with non-zero PES_scrambling_control libavformat
2006-06-19 bcoudurier fix aac in mov for ipod libavformat
2006-06-18 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
2006-06-17 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
2006-06-16 mru use standard codec tag if the specified tag is out of range and would be libavformat
2006-06-16 diego Fix compilation with all combinations of --disable-(de)muxers. libavformat
2006-06-16 mru free codec extradata in av_close_input_file libavformat
2006-06-15 bcoudurier make dump_format output more homogenous libavformat
2006-06-15 bcoudurier export all tracks to libavformat layer libavformat
2006-06-15 lucabe Fix segfault libavformat
2006-06-15 lucabe Fix typo libavformat
2006-06-14 michael dont load the index if we cant seek back libavformat
2006-06-13 bcoudurier check fseek return value libavformat
2006-06-13 bcoudurier fix unused computed value libavformat
2006-06-13 bcoudurier fix mp3 muxing libavformat
2006-06-13 michael fix probe of high bitrate mpeg2video libavformat
2006-06-12 bcoudurier simplify, completely ignore streams not recognized, that fixes seeking for some files libavformat
2006-06-11 reimar read_packet return value must be < 0 when no packet is returned, including EOF. libavformat
2006-06-10 diego Add support for GNU/kFreeBSD systems. libavformat
2006-06-05 mru probe for mpeg audio libavformat
2006-06-04 rtogni rm_read_audio_stream_info return type is not void libavformat
2006-06-04 rtogni Support for AAC (fourcc raac and racp) in rm files libavformat
2006-06-04 mru fix seek related bugs libavformat
2006-06-01 diego Ignore all generated files. libavformat
2006-06-01 mru remove redundant make variable SUBDIR libavformat
2006-06-01 banan Flash Screen Video decoder (fourcc:FSV1) libavformat
2006-05-30 lucabe Include the correct video4linux2 header libavformat
2006-05-27 michael suggest solution for 2 fixmies libavformat
2006-05-26 diego Remove all .cvsignore files, they are no longer necessary. libavformat
2006-05-19 michael fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... libavformat
2006-05-18 michael dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) libavformat
2006-05-18 michael dont write LAVF_ID if bitexact and any meta tag is set libavformat
2006-05-18 michael simplify meta tag writing code libavformat
2006-05-18 bcoudurier fix seeking, typo provoking hard segfault libavformat
2006-05-18 bcoudurier fix keyframe check, stss might be there but count set to 0 libavformat
2006-05-17 diego Add MPEG FourCC for MPEG-2 video. libavformat
2006-05-17 kostya Proper PTS generation for Smacker audio libavformat
2006-05-17 kostya Now MPlayer should understand Smacker audio and video codecs. libavformat
2006-05-15 bcoudurier fix avc nal parsing libavformat
2006-05-15 bcoudurier fix pcm_s24be demuxing, simplify libavformat
2006-05-14 bcoudurier add quicktime uncompressed 8bit 4:2:2 support libavformat
2006-05-13 bcoudurier fix mulaw muxing libavformat
2006-05-13 bcoudurier do not write wave if not needed libavformat
2006-05-13 bcoudurier fix AMR muxing in mov libavformat
2006-05-13 bcoudurier add pcm 24/32 le/be support libavformat
2006-05-13 michael simplify libavformat
2006-05-13 bcoudurier clean and simplify libavformat
2006-05-13 michael sanity checks some might have been exploitable libavformat
2006-05-12 banan Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be libavformat
2006-05-12 mru set stream time_base properly libavformat
2006-05-11 mru ogm demuxing libavformat
2006-05-11 bcoudurier fix spliting chunks, simplify libavformat
2006-05-10 bcoudurier simplify, amr.c sets frame_size to 160, and sample size is always 8000 libavformat
2006-05-10 bcoudurier fix damr atom, needed for quicktime player libavformat
2006-05-09 bcoudurier 10l, undef DEBUG libavformat
2006-05-09 bcoudurier assing correct codec_id for mjpegb libavformat
2006-05-09 banan Add support for raw flac decoding based on the .flac suffix of input files. libavformat
2006-05-06 diego Further simplify AMR build. libavformat
2006-05-04 lucabe Fix v4l grabbing with some webcams, and simplify the code. libavformat
2006-05-01 bcoudurier skip null fourcc, fix ep2_mystery_m640_dummy.mov libavformat
2006-04-23 ods15 Disable lavf NUT until it is synced to spec libavformat
2006-04-20 alex report to user if mmf with midi found (and not supported) libavformat
2006-04-20 reimar Avoid crash if there is a rtjpeg quant header but no video stream in file libavformat
2006-04-19 bcoudurier set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay libavformat
2006-04-19 bcoudurier add AVID DV fourcc libavformat
2006-04-19 bcoudurier indention libavformat
2006-04-19 bcoudurier always skip garbage at end of atom libavformat
2006-04-19 bcoudurier move declaration to mov.h libavformat
2006-04-15 diego Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavformat
2006-04-14 bcoudurier clean and simplify mov_write_packet libavformat
2006-04-14 bcoudurier get avcC profile and level indication from sps (from handbrake) libavformat
2006-04-13 bcoudurier write mdat in write_header avoid check in write_packet libavformat
2006-04-11 bcoudurier dont write stss atom if keyframes only libavformat
2006-04-10 bcoudurier fix edts for tracks without b frames libavformat
2006-04-07 kostya KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavformat
2006-04-06 kostya Fix demuxing of AVIs with pad streams. libavformat
2006-04-04 michael little h.264 related hunk from diff between cvs and mobile hackerz libavformat
2006-04-04 michael the PSP rejects video with too high bitrates so lets claim they arent too high ... libavformat
2006-04-01 romansh * fixing DV-in-AVI type1 packet production bug libavformat
2006-04-01 mru This patch simply adds demuxing support for AC-3 streams in DVB TS libavformat
2006-04-01 mru fix memory leak on mpegts close libavformat
2006-03-30 rfelker fix constraint violation: libavformat is not allowed to modify state of caller, including rng state libavformat
2006-03-27 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
2006-03-27 bcoudurier skip 0byte packets libavformat
2006-03-27 bcoudurier ignore wrong negative cts values created by quicktime libavformat
2006-03-27 bcoudurier flush packets libavformat
2006-03-26 bcoudurier let vorbis decoder init too, fix mi2_vorbis51.mp4 libavformat
2006-03-26 bcoudurier add mp3on4 detection, fix red.mp4 libavformat
2006-03-26 bcoudurier fix double free, priv_data is freed in av_open_input_stream libavformat
2006-03-26 bcoudurier use 64bit atom version if needed libavformat
2006-03-25 michael dont set random timestamps if they are not known libavformat
2006-03-25 michael fixing timebase libavformat
2006-03-25 diego Rename time variable to the more descriptive block_time. libavformat
2006-03-24 bcoudurier let faad init parameters properly, fix many SBR samples libavformat
2006-03-24 bcoudurier fix demuxing of CDR-Dinner_LAN_800k.mp4 libavformat
2006-03-24 bcoudurier need to dissociate pcm 16bit and 8bit cases libavformat
2006-03-24 bcoudurier use av_d2q to parse frame rate libavformat
2006-03-24 bcoudurier Quicktime creates S8 that way too libavformat
2006-03-24 bcoudurier vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp libavformat
2006-03-23 bcoudurier use 64bit types libavformat
2006-03-22 bcoudurier dvcpro is 411p in fact libavformat
2006-03-22 michael duration and subitle fix from the patch by Steve Lhomme libavformat
2006-03-22 michael cleanup codec_id mapping (untested) libavformat
2006-03-22 bcoudurier clean libavformat
2006-03-22 bcoudurier support 64bit date/duration libavformat
2006-03-22 michael fix aspect ratio libavformat
2006-03-21 michael fixing current_sample vs. next_sample mess libavformat
2006-03-21 kostya Smacker demuxer and decoder. libavformat
2006-03-21 michael provide more info on which streams lack codec parameters libavformat
2006-03-17 diego Reenable NUT and NUT regression tests as requested by Michael. libavformat
2006-03-17 diego Disable the NUT (de)muxer until it has been synced with the specification. libavformat
2006-03-16 michael extract duration libavformat
2006-03-14 bcoudurier fix sample size for uncompressed sound libavformat
2006-03-13 lucabe Do not be too verbose libavformat
2006-03-13 lucabe Tell the user why video capture is failing libavformat
2006-03-12 bcoudurier indention libavformat
2006-03-12 bcoudurier use of PRI macros in dprintf libavformat
2006-03-12 bcoudurier fix conversion types in dprintf libavformat
2006-03-11 bcoudurier fix a warning when DEBUG is defined libavformat
2006-03-11 bcoudurier create edts atom when muxing B frames, needed to compute cts libavformat
2006-03-11 bcoudurier do nal reformating when muxing H264, create avcc atom libavformat
2006-03-11 michael some mov files have invalid pts so we need to consider these pts too in calculating the timabase libavformat
2006-03-11 kostya More correct demuxing and timestamp setting fot Sierra VMD libavformat
2006-03-11 michael simplify AVFormatParameters NULL checks libavformat
2006-03-08 diego Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate. libavformat
2006-03-08 diego (f)printf --> av_log conversion libavformat
2006-03-08 corey correct computing of DV fourcc in mov muxer libavformat
2006-03-06 michael set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-06 michael generic crc calculation code libavformat
2006-03-06 romansh DVCPRO50 support. libavformat
2006-03-04 corey Support mov stsd atom version 2. libavformat
2006-03-02 michael fixing total_frames libavformat
2006-03-02 michael indention libavformat
2006-03-02 michael timebase fix libavformat
2006-03-02 michael ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-02 michael dwstart support libavformat
2006-03-02 michael fixing demuxing of minorityreport.AVI libavformat
2006-03-02 michael compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-03-01 mmu_man fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/ libavformat
2006-03-01 mru can't have PES headers in MPEG video elementary streams so fail probe libavformat
2006-03-01 michael fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) libavformat
2006-03-01 michael support seeking in RenderAvi.avi (audio stream == single huge chunk) libavformat
2006-03-01 michael 10l forgot to set packet_size libavformat
2006-03-01 michael fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi libavformat
2006-03-01 michael add movi_list offset into index libavformat
2006-03-01 michael add size to AVIndex libavformat
2006-03-01 banan Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by libavformat
2006-03-01 michael ODML index parsing support libavformat
2006-03-01 michael replace if by assert as it should never by true libavformat
2006-02-28 lucabe Add support for drivers that can change the capture size on VIDIOC_S_FMT libavformat
2006-02-28 lucabe Error path fix: close the video device on failure libavformat
2006-02-26 alex print a hint when trying V4L2 on V4L device libavformat
2006-02-25 mru kill some warnings libavformat
2006-02-22 michael CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat
2006-02-22 alex support correct ptses on other than version 3.2.0 aswell libavformat
2006-02-21 alex check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change libavformat
2006-02-19 michael Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>) libavformat
2006-02-19 diego The current_sample field is meant to be the sample number, not an offset into libavformat
2006-02-19 michael RMP4 ("xvid fork") decoding support libavformat
2006-02-18 michael simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-18 michael add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-18 michael add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) libavformat
2006-02-17 diego ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced libavformat
2006-02-17 melanson complete AVS playback system (from Creature Shock computer game), libavformat
2006-02-16 aurel add Creative 8 bits ADPCM schemes support libavformat
2006-02-14 michael mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com) libavformat
2006-02-13 mru move common parts of makefiles into common.mak libavformat
2006-02-13 alex 10l, allocate bitbuffer with regard to the padding size libavformat
2006-02-13 michael useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-12 michael fix demuxing of Video006.3gp libavformat
2006-02-12 michael mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com> libavformat
2006-02-12 michael 10l for myself libavformat
2006-02-12 michael mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-12 melanson dosbox native ZMBV decoder, courtesy of Kostya libavformat
2006-02-12 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavformat
2006-02-12 alex 10l, fails to compile when debug enabled libavformat
2006-02-12 alex tta demuxer, also usable for moving tta audio data into an other container libavformat
2006-02-11 michael stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com) libavformat
2006-02-11 diego Use the incdir variable. libavformat
2006-02-11 diego Simplify header installation. libavformat
2006-02-11 diego Separate library install into static and shared installation. libavformat
2006-02-11 michael mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com) libavformat
2006-02-11 diego Separate header file installation from the general install target. libavformat
2006-02-11 michael Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) libavformat
2006-02-11 michael mpeg-ps probe 2nd try libavformat
2006-02-10 mru generate adts frame headers if required libavformat
2006-02-09 aurel voc: set bits_per_sample correctly (fix mplayer playback) libavformat
2006-02-09 aurel add a Creative VOC (de)muxer libavformat
2006-02-08 michael replace probe() by one similar to MPEG-ES libavformat
2006-02-08 diego Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific. libavformat
2006-02-08 diego Correctly set the interlaced_frame and top_field_first fields. libavformat
2006-02-08 diego typo libavformat
2006-02-08 mru bump version numbers and update docs for adts aac support libavformat
2006-02-08 mru read/write adts aac libavformat
2006-02-04 michael 3rd try for mpeg-es probe ... libavformat
2006-02-04 michael fix regression tests libavformat
2006-02-02 michael simplify timebase if possible libavformat
2006-02-02 michael improve fps guessing code libavformat
2006-02-02 michael sanity checks for seeking libavformat
2006-02-02 michael AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformat
2006-02-02 michael improve mpeg1/2-es detection libavformat
2006-02-02 michael os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) libavformat
2006-02-02 michael dynamically increase probe buffer until format is detected libavformat
2006-02-01 diego video4linux2 input support libavformat
2006-01-30 mru add missing #includes libavformat
2006-01-30 diego On MinGW it is not possible to build shared and static libraries at once. libavformat
2006-01-29 diego Simplify LDFLAGS handling for MinGW. libavformat
2006-01-26 diego Remove obscure Makefile.bak entry from distclean rules. libavformat
2006-01-26 rtognimp Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket libavformat
2006-01-25 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavformat
2006-01-25 michael avoid using non constant fields of AVCodecContext in avi muxer libavformat
2006-01-25 michael try avi video name -> codec_id mapping if the mov one has no match libavformat
2006-01-24 diego Remove all stray tabs and trailing whitespace, this time for good. libavformat
2006-01-24 banan Fix for title field in PSP compatible mp4 files. Patch by libavformat
2006-01-23 banan gcc 2.95 fix libavformat
2006-01-23 michael >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformat
2006-01-23 diego Skip all includes for WinCE, instead of falling through to the #else case. libavformat
2006-01-22 diego WinCE cross-compilation support libavformat
2006-01-22 diego Place proper #ifdef around muxer-specific code. libavformat
2006-01-21 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
2006-01-20 michael audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformat
2006-01-19 diego Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformat
2006-01-19 diego Properly #ifdef muxer-specific parts. libavformat
2006-01-19 michael pts fix by (Bryan Mayland / bmayland O leoninedev o com) libavformat
2006-01-16 diego Make clean/distclean consistent throughout all the Makefiles. libavformat
2006-01-15 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat
2006-01-14 diego Move library name generation to configure, simplifies build system a bit more. libavformat
2006-01-14 diego Create symbolic links for all library sonames and clean up Makefiles. libavformat
2006-01-12 diego Update licensing information: The FSF changed postal address. libavformat
2006-01-12 diego Move Darwin shared library build peculiarities to configure. libavformat
2006-01-09 reimar CamStudio decoder, only 32 bit lzo mode is tested libavformat
2006-01-03 diego TrueSpeech compatible audio decoder by Konstantin Shishkov libavformat
2006-01-02 nicodvb try with auto_guess if first detection fails libavformat
2006-01-02 nicodvb added support for DVHS (192) packet size libavformat
2005-12-30 mmu_man finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformat
2005-12-30 mmu_man fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] libavformat
2005-12-25 rtognimp Support for 28_8 in old ar. files libavformat
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
2005-12-19 rtognimp Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-12-17 henry malloc padding to avoid reading past the malloc()ed area. libavformat
2005-12-17 michael total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformat
2005-12-16 michael nan fps fix libavformat
2005-12-12 mru use PRIxN, %zd, %td formats where needed libavformat
2005-12-10 diego SONAME support for shared libs libavformat
2005-12-09 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavformat
2005-12-05 diego Unify include paths, -I.. is in CFLAGS. libavformat