]> git.sesse.net Git - ffmpeg/history - libavformat
Mark some variables as possibly unused to avoid warnings
[ffmpeg] / libavformat /
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-24 Diego BiurrunProperly check for all required bktr headers.
2006-12-23 Oded Shimonsync to libnut, nom->num
2006-12-23 Diego BiurrunRegister x11grab only when it has been enabled.
2006-12-22 Ramiro Pollasupport files >2GB on MinGW
2006-12-22 Diego BiurrunMake the X11 frame grabber disabled by default.
2006-12-21 Diego BiurrunRemove useless #include.
2006-12-21 Ramiro PollaRemove useless MinGW #ifdefs.
2006-12-20 Joakim PlateFix a crash when probing img2 format with a NULL filename.
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-16 Aurelien Jacobsput_*() are not only useful to muxers and protocol
2006-12-15 Panagiotis IssarisAllow provision of displaynumber, screennumber, x-offse...
2006-12-13 Baptiste Coudurierdont segv is ap->device is not set, display error message
2006-12-13 Baptiste Coudurierfix compilation, use the standard INT64_C macro
2006-12-13 Guillaume Poirierremove trailing whitespace left over
2006-12-13 Edouard GomezFeedback from Karl H. Beckers about mouse cursor
2006-12-13 Edouard GomezRFC 6: Overall cleanups again.
2006-12-13 Edouard GomezRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-13 Edouard GomezRFC 3&4 stage: FFmpeg style aint't my style
2006-12-13 Edouard GomezRFC 2 stage: First feedback from review comments
2006-12-13 Edouard GomezRFC 1 stage: Improve maintainability of the cursoir...
2006-12-13 Edouard GomezAdapt the patch to more recent FFmpeg habits
2006-12-13 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-13 Guillaume Poirierrevert broken commit of x11 device demuxer patch
2006-12-12 Guillaume PoirierFeedback from Karl H. Beckers about mouse cursor
2006-12-12 Guillaume PoirierRFC 6: Overall cleanups again.
2006-12-12 Guillaume PoirierRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-12 Guillaume PoirierRFC 3&4 stage: FFmpeg style aint't my style
2006-12-12 Guillaume PoirierRFC 2 stage: First feedback from review comments
2006-12-12 Guillaume PoirierRFC 1 stage: Improve maintainability of the cursoir...
2006-12-12 Guillaume PoirierAdapt the patch to more recent FFmpeg habits
2006-12-12 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-12 Michael Niedermayerindent
2006-12-12 Michael Niedermayerthe next r_frame_rate try ...
2006-12-12 Allan Hsuadd FLV decoder metadata parsing
2006-12-12 Michael Niedermayergcc 2.95 fix
2006-12-11 Michael Niedermayerrewrite r_frame_rate selectioon code again
2006-12-11 Baptiste Coudurierremove useless sampleDuration
2006-12-11 Baptiste Couduriercheck codec frame size directly and only for audio
2006-12-10 Michael Niedermayermove duration finding code into read_packet() so it...
2006-12-10 Michael Niedermayeruse amf_get_string()
2006-12-10 Michael Niedermayercosmetics
2006-12-10 Michael Niedermayeramf_get_string() by Allan Hsu allan aat counterpop...
2006-12-10 Michael Niedermayerget rid of AVFMTCTX_NOHEADER, create streams in read_he...
2006-12-10 Michael Niedermayerset flags correctly in write header instead of seeking...
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Baptiste Couduriercosmetics, remove braces, remove spaces just inside...
2006-12-06 Andy Parkinsdo not truncate pts/dts if value is AV_NOPTS_VALUE...
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-12-04 Ryan MartellMinor modifications to handle mms streaming.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-12-03 Kostya ShishkovDo not touch pkt->pts
2006-12-03 Kostya ShishkovSome VQA v1 files don't have audio stream
2006-12-02 Mike MelansonSimplify the Sega FILM/CPK demuxer to not modify the...
2006-12-01 Allan HsuFix wrong flags for S16LE and S16BE audio in FLV files.
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-11-29 Kostya ShishkovBetter VQA demuxer
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-28 Baptiste Coudurierreadjust dts if negative
2006-11-27 Aurelien Jacobscleanup the #ifdef mess in muxer/demuxer registration
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-22 Reimar DöffingerSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 Reimar DöffingerSet st->need_parsing = 2 for MPEG-content.
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-19 Kostya ShishkovIdentation
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-18 Diego BiurrunFix misplaced comment.
2006-11-18 Diego BiurrunClean up XAN DPCM hack and set codec_tag to 0 for XAN...
2006-11-17 Oded Shimonchange mpeg4 fourcc from "mp4s" to "mp4v"
2006-11-17 Oded Shimonupdate to libnut, use framecode table generator
2006-11-17 Oded Shimonupdate to libnut API, changes to frame_table_input
2006-11-16 Michael Niedermayerfix support for avis with sample_size > packet size
2006-11-16 Baptiste Coudurierparse video frame headers to get key flag
2006-11-16 Michael Niedermayer10l forgot (skip non keyframes after seeking between...
2006-11-16 Baptiste Coudurierprint error when unsupported sample rate is used with swf
2006-11-16 Michael Niedermayercheck max_pts_distance
2006-11-16 Michael Niedermayerskip non keyframes after seeking between syncpoint...
2006-11-16 Michael Niedermayerremove unused variables
2006-11-16 Michael Niedermayerremoving unused code
2006-11-16 Ryan Martellremove duplicate code, patch by Ryan Martell rdm4 A...
2006-11-16 Oded ShimonUpdate to libnut API, non-negative errors
2006-11-15 Oded Shimonupdate to libnut API, don't free the streams
2006-11-15 Diego BiurrunMinGW compilation fix, inet_aton and #includes depend...
2006-11-14 Måns Rullgårdrename HAVE_DLFCN to HAVE_DLFCN_H
2006-11-14 Michael Niedermayercheck for frames with 2*size > max_dist and no crc
2006-11-14 Michael Niedermayerresync from last syncpoint
2006-11-14 Michael Niedermayerremove skip spam
2006-11-14 Diego BiurrunMove BeOS-specific code into os_support.c.
2006-11-14 Oded Shimonupdate to libnut, add cache_syncpoints
2006-11-14 Baptiste Coudurieradd 422P@HL I-only universal label
2006-11-14 Zuxy MengUse common macro PUT_UTF8 in asf.c
next