]> git.sesse.net Git - ffmpeg/history - libavformat
Change type of prev_stream_id from uint32_t to int, since it has a max size
[ffmpeg] / libavformat /
2008-11-17 Ronald S. BultjeChange type of prev_stream_id from uint32_t to int...
2008-11-17 Ronald S. BultjeReindent after r15853.
2008-11-17 Ronald S. BultjeRead optional components of the RDT packet header,...
2008-11-17 Ronald S. BultjeChange header reading implementation to using get_bits...
2008-11-17 Ronald S. BultjePrefix all ff_rdt_parse_header() arguments with a p...
2008-11-17 Ronald S. BultjeFix memleak caused by the fact that url_open_buf()...
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-11-17 Jindřich MakovičkaGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-16 Baptiste Coudurierset pts in flv demuxer
2008-11-16 Baptiste Coudurierread itunes metadata, code based on Reimar's patch
2008-11-15 Ronald S. BultjeChange status packet skipping to be more spec-compliant...
2008-11-15 Ronald S. BultjeMake function comment a bit more linguistically correct.
2008-11-15 Ronald S. BultjeReindent after r15833.
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Baptiste Couduriersimplify metadata reading
2008-11-15 Aurelien Jacobsmatroskadec: fix index timestamps for some broken files
2008-11-15 Ronald S. BultjeCall check_back_and_send_rr() function only in case...
2008-11-15 Ronald S. BultjeRename variables in ff_rdt_parse_header() and callers...
2008-11-14 Jindřich Makovičkacheck for interrupt when receiving from socket
2008-11-14 Ronald S. BultjeAdd comment describing the RDT packet header. See discu...
2008-11-14 Baptiste Couduriertimestamp is dts in wmv/asf
2008-11-12 Jindřich MakovičkaAllow the UDP socket buffer size to be adjusted using a
2008-11-10 Jindřich Makovičkaalways use the whole buffer for reading w/ packetized...
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-11-08 Peter RossElectronic Arts demuxer: support TGQ video tags
2008-11-06 Måns RullgårdOGG: correct PTS with old theora streams
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-11-05 Peter RossDecode audio channel layout from RIFF/WAV file format.
2008-10-29 Michael NiedermayerCheck sub_packet_size against 0 to avoid div by zero...
2008-10-28 Andrew WasonFix endless loop when opening corrupt FLV files (issue...
2008-10-27 Baptiste Coudurierfix umid base value, use revision 5 and generic materia...
2008-10-26 Baptiste Coudurierfix sound essence compression UL
2008-10-26 Baptiste Coudurierfix start position UL
2008-10-24 Baptiste Couduriersimplify sample rate code, flv_set_audio_codec already...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-24 Baptiste Coudurierforce sample rate to 16khz for speex in flv, fix speexa...
2008-10-24 Pascal Massiminofix for >2GB flv files
2008-10-24 Baptiste Coudurierraw dnxhd de/muxer
2008-10-23 Baptiste Coudurierdnxhd codec is intra only
2008-10-22 Aurelien Jacobsmatroskaenc: require global header
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-18 Alexander WichersNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-18 Alexander Wichers8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-10-18 Michael NiedermayerAssume mono if no other information for raw.
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-08 Michael NiedermayerMake gcc 2.95 happy.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhniksimplifying code as per Michael's suggestion
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
2008-10-04 Baptiste Coudurier10l, fix amrwb sample rate
2008-10-04 Aurelien Jacobsmatroskaenc: correct muxing of ASS packets
2008-10-04 Aurelien Jacobsmatroskaenc: use correct EBML ID for block duration
2008-10-04 Aurelien Jacobsmatroskaenc: pass the packet size directly as parameter...
2008-10-04 Aurelien Jacobsmatroskaenc: remove useless mkv_block_size() function
2008-10-04 Michael NiedermayerFavor even chunk sizes in ambiguous cases.
2008-10-04 Michael NiedermayerFactorize stream id parsing.
2008-10-04 Reimar DöffingerMake size variables in dyn_buf_write unsigned so gcc...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-10-04 Ronald S. BultjeReindent after r15544.
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-03 Baptiste Coudurierset sample rate for amr to allow stream copy since...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Aurelien Jacobsmatroskadec: cosmetics: indentation
2008-10-02 Aurelien Jacobsmatroskadec: don't merge packets which have no timestamp
2008-10-02 Diego PettenòUse __typeof__ instead of GCC-specific typeof keyword.
2008-10-02 Ramiro PollaMinGW runtime 3.15 has a wrapper for usleep().
2008-10-02 Diego Biurrunspelling cosmetics
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-10-01 David ConradCosmetics: indentation
2008-10-01 David ConradVisible width/height fields were added in Theora 3.2
2008-10-01 Ronald S. BultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 Baptiste Couduriersupport negative ctts in some way, unset wrong dts
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-28 Aurelien Jacobsmatroskadec: merge ASS events which share the same...
2008-09-28 Aurelien Jacobsmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 Aurelien Jacobsmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 Aurelien Jacobsmatroskadec: pass duration as parameter of matroska_fix...
2008-09-27 Aurelien Jacobsassdec: don't remove CR, they are part of the spec
2008-09-27 Diego Biurruncosmetics: Break overly long lines, one grammar fix.
2008-09-27 Diego Biurrunspelling/wording/grammar
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-26 Michael NiedermayerASS/SSA muxer.
2008-09-26 Benjamin Larssonadd ok parts to the rm demuxer for SIPRO support
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-26 Michael NiedermayerDo not lose the '\n'.
next