]> git.sesse.net Git - ffmpeg/history - libavformat
typo
[ffmpeg] / libavformat /
2007-05-23 Benoit Fouetadd rgb suffix handling for demuxer
2007-05-22 Andreas Ömanid3v2 writer
2007-05-22 Andreas Ömanid3v2 reader
2007-05-22 Andreas Ömancosmetic v1/v2 renaming
2007-05-22 Thijs VermeirAdd transport method options
2007-05-22 Thijs VermeirAdd support for options
2007-05-21 Alex Beregszaszir9095 invalidly removed the check for non-winsock
2007-05-21 Alex Beregszaszifix FD_SETSIZE handling in our poll() emulation
2007-05-21 Baptiste Coudurierprint and return error if output is non seekable
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-16 Diego BiurrunDrop unnecessary libavcodec/ prefix in #include path.
2007-05-16 Corey HickeyDon't forget about audio remaining in buffer, in case...
2007-05-15 Alex Beregszasziinitial mingw networking support
2007-05-12 Baptiste Couduriersimplify, no need for a function
2007-05-12 Baptiste Coudurierfix ctts index computation when seeking, check must...
2007-05-11 Alex Beregszaszicosmetics: fix indentation
2007-05-10 Baptiste Coudurierdmb1 fourcc, mjpeg_opendml.mov
2007-05-10 Benoit FouetUse url_fopen error code when opening input file
2007-05-10 Panagiotis IssarisTypos
2007-05-10 Luca AbeniReindent code after last commit
2007-05-10 Limin WangAllow avoid setting the video standard and input when...
2007-05-09 Vitor SessakRoQ muxer, patch by Vitor, vitor1001 gmail com
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
2007-05-08 Ivo van Poortenautodetect ptx files
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2007-05-07 Ivo van PoortenRenderware TXD demuxer
2007-05-07 Michael Niedermayerimprove mpeg4-es detection by rejecting streams with...
2007-05-06 Reimar DöffingerFix two small typos in comment
2007-05-06 Zuxy Mengcosmetics: Fix indentation after last commit, patch...
2007-05-02 Diego Biurruncosmetics: Sort entries by CONFIG_ name.
2007-05-02 Daniel Cardenasgive the position offset of the file in the packet
2007-05-02 Benoit Fouetreturn right format in set_codec_from_probe_data
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-04-30 Zuxy Menguse asf stream information to set bitrate
2007-04-30 Wolfram GlogerFix loop condition so it can be run through more than...
2007-04-30 Wolfram Glogermore detailed error message for buffer underflow
2007-04-28 Baptiste Coudurierfix AVStream documentation: clarify start_time, start_t...
2007-04-27 Kostya ShishkovSupport for newer MacOSX AIFF
2007-04-27 Baptiste Coudurierfix oss audio playback, broken since r7983, pass AVForm...
2007-04-27 Alex BeregszasziUse correct CONFIG_RTP_MUXER ifdef
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-26 Alex BeregszasziMake protocols configure selectable and also cleanup...
2007-04-26 Alex BeregszasziDon't compile RTSP_DEMUXER if not requested
2007-04-26 Alex Beregszasziproperly compile code for REDIR_DEMUXER
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace and tabs.
2007-04-26 Diego Biurruncosmetics: sort()
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-26 Alex Beregszaszicosmetics in resolve_host
2007-04-26 Alex Beregszasziremove unused rtsp_callback
2007-04-26 Diego Biurrunproper dependency on mpegts_demuxer for rtp_muxer
2007-04-26 Baptiste Coudurierremove no more true comment
2007-04-26 Baptiste Couduriercosmectics, use consistant and homogeneous type names...
2007-04-26 Baptiste Coudurieruse dprintf with AVFormatContext and simplify
2007-04-26 Luca AbeniFix reading PTSs and DTSs in libavformat, by reverting...
2007-04-26 Baptiste Coudurierremove now obsolete and no more true comments
2007-04-25 David ConradSupport for seeking in TTA files.
2007-04-25 Baptiste Coudurieradd xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
2007-04-25 Baptiste Coudurieradd 'wide' reversed tag in probe, detect broken xdcam...
2007-04-25 Benoit Fouetadd rgb suffix to rawvideo muxer
2007-04-24 Benoit Fouetmore format abbreviations
2007-04-24 Baptiste Couduriercorrect comment about seek function
2007-04-24 Diego BiurrunRemove unused code + variable, fixes a warning.
2007-04-22 Michael Niedermayerdont assert(0) due to buggy rm demuxer
2007-04-22 Michael Niedermayerfix av_seek_frame_generic() so that it doesnt fail...
2007-04-22 Michael Niedermayerinit packet before calling the demuxer
2007-04-22 David ConradChange from using a seek table internal to the TTA...
2007-04-21 Baptiste Coudurierlong -> int
2007-04-21 Baptiste Couduriercosmetics: mov_mp4 -> mp4
2007-04-21 Baptiste Coudurierclean and simplify esds reading function
2007-04-21 Baptiste Coudurierremove broken ctab code
2007-04-21 Baptiste Coudurieruse INT64_MAX
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-15 Diego BiurrunMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-12 Diego Biurrunspelling
2007-04-12 John DonaghyDVR-MS probe audio format
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 Baptiste Coudurieradd D-10 PAL 40 ul
2007-04-10 Aurelien Jacobscosmetics: indentation
2007-04-09 Aurelien Jacobsadd support for seeking to a keyframe instead of a...
2007-04-09 Aurelien Jacobsadd an intermediate variable (prepare for next patch)
2007-04-09 Aurelien Jacobsadd support for seeking in matroska files
2007-04-09 Aurelien Jacobsmove matroska_find_track_by_num() upper in the file
2007-04-09 Aurelien Jacobscluster position is relative to segment_start
2007-04-09 Aurelien Jacobsproperly set streams start_time
2007-04-09 Aurelien Jacobsremove unused context field
2007-04-09 Aurelien Jacobsremove wrong and no more used packet reordering code
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Stefan HuehnerMake some functions which aren't used outside their...
2007-04-08 Marco Gerardscosmetics: indentation fix
2007-04-08 Michael Niedermayerfile extension based probe is max/2
2007-04-08 Michael Niedermayerfactorize
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-08 Michael Niedermayeralso remove c93_ prefix for static function in the...
next