]> git.sesse.net Git - ffmpeg/history - libavformat
cosmetics: indention after last commit
[ffmpeg] / libavformat /
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...
2007-04-07 Michael Niedermayers/rle_num_bytes/code/
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerconform to spec
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Michael Niedermayercode claims to use 32bit timestamp, lets make it also...
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove inappropriate debuging av_log() alternatively...
2007-04-07 Michael Niedermayermemleak (seems ive missed that under the obfuscated...
2007-04-07 Michael Niedermayersane indention (no more 3 statements on one line...)
2007-04-07 Anssi HannulaCRYO APC demuxer
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-07 Diego Biurruntypos/grammar
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-06 Víctor PaesaAdd some help for the analyzeduration option.
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-04-03 Diego BiurrunThere were two files, libavformat/grab.c and libavforma...
2007-04-03 Diego Biurruncosmetics: indentation
2007-04-03 Diego BiurrunGet rid of unnecessary conditionals.
2007-04-03 Diego BiurrunCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 Diego Biurruncosmetics: Put audio (de)muxer entries in alphabetical...
2007-04-03 Diego BiurrunAudio (de)muxer dependency on OSS is handled by configure.
2007-04-03 Diego Biurruncosmetics: Sort list of input/output formats.
2007-04-01 Diego BiurrunFix copy and paste error in comment.
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-04-01 Michael NiedermayerWMVA
2007-03-31 Baptiste Coudurieradd AVRn fourcc
2007-03-31 Diego Biurruncosmetics: Fix indentation.
2007-03-30 Sam HocevarDo not return invalid pointer for non-audio or video...
2007-03-30 Michael Niedermayerargh, who commited this trash
2007-03-30 Michael Niedermayer10^10l to the idiot who designed this format and didnt...
next