]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
udp_socket_create returns socket descriptor
[frescor/ffmpeg.git] / libavformat /
2009-05-25 Martin Molnarudp_socket_create returns socket descriptor
2009-05-20 Martin MolnarDecrease budget.
2009-05-20 Martin MolnarFFmpeg UDP protocol hacked to be delivered through...
2009-05-14 Pavel PisaMakefile.omk sucks in config generated by config4omk. omkize
2009-05-14 Pavel PisaThe FFMpeg can be made to build by OMK hackish way.
2009-05-14 Pavel PisaThe first step in omkization.
2009-05-14 Pavel PisaAdded copies of makefiles for OMK build.
2009-05-14 conradUse skip_bits_long() for large skips
2009-05-13 alexcAdd PCE support to the ADTS muxer.
2009-05-13 bcoudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 bcoudurieralign and update doxygen
2009-05-13 bcoudurierremove comment
2009-05-13 bcoudurierParse 'cslg' atom to retrieve dts shift when 'ctts...
2009-05-13 bcoudurierfactorize av_set_pts_info
2009-05-13 bcouduriercosmetics, alignment
2009-05-12 diegoFix bandwith vs. bandwiDth typo.
2009-05-12 bcoudurierv210 mov fourcc
2009-05-12 bcoudurierv210 avi fourcc, v210_720p.avi
2009-05-12 benoitPer-stream language-tags extraction in asfdec.
2009-05-11 conradUse chroma_sample_location in reading/writing yuv4mpeg
2009-05-11 bcouduriermove free data in the video case
2009-05-11 bcoudurierwrite a single pes for video frames, some proprietary...
2009-05-10 bcoudurierrgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
2009-05-10 bcoudurierbgra in .mov muxing
2009-05-10 bcouduriercorrect pixfmt for argb
2009-05-10 bcoudurierrgba in .mov muxing
2009-05-10 bananRemove unused code found by CSA
2009-05-10 bcoudurierensure first pts is set, according to specs
2009-05-10 bcoudurierremove useless max_payload_size variable
2009-05-10 bcoudurierdo not write dts if pts is not set
2009-05-10 bcoudurierfix total bitrate computation, based on patch by corp18...
2009-05-06 conradWarning fix: Make ogg_stream.codec const
2009-05-06 stefanoAdd 8088flex TMV file demuxer.
2009-05-06 kostyaAdd floating point audio decoding to WavPack decoder.
2009-05-05 bcoudurierdvh1 avi fourcc, dvh1_sample_truncated.avi, issue ...
2009-05-05 bcouduriermore dvcprohd .mov fourcc, see #1034
2009-05-03 bananRemove dead assignments found by CSA
2009-04-28 stefanoConvert names to the FFmpeg style.
2009-04-27 benoitAdd avlanguage helpers in libavformat.
2009-04-23 ivoavoid possibly uninitialized return value
2009-04-22 jai_menonNSV : Add TOC2 parsing and seeking support.
2009-04-22 andomaIt should be #if, not #ifdef
2009-04-22 michaelRequire 4 instead of 3 frames for detecting mp3,
2009-04-21 ramiroAdd raw MLP muxer.
2009-04-20 lucabeFix crash when receiving from SDP
2009-04-19 michaelAdd zygo fourcc.
2009-04-19 diegoMark gsize variable as av_unused, fixes the warning:
2009-04-19 diegoRevert previous removal of gsize variable. It breaks...
2009-04-18 diegoRemove unused variable gsize, fixes the warning:
2009-04-18 jai_menonCosmetics : reindent after last commit and remove redun...
2009-04-18 jai_menonAdd speex tag to nsv_codec_audio_tags.
2009-04-18 jai_menonChange nsvf_index_data to nsvs_file_offset for increase...
2009-04-17 jai_menonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-17 michaelRemove useless init from aiff_read_header() found by...
2009-04-17 michaelRemove 2 ++ from check_pes() that are useless, found...
2009-04-17 michaelRemove unused variable from flv_read_metabody() found...
2009-04-17 michaelRemove nonsensical assignment from asf_read_seek()...
2009-04-17 michaelMove declarations in sync() closer to where they are...
2009-04-17 michaelRemove unused variable from asf_read_header() found...
2009-04-17 rbultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 michaelMoving variable declarations in asf_build_simple_index...
2009-04-16 reimarRemove unused audio_pts field from ea demuxer struct
2009-04-16 reimarRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 rbultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 michaelClarify which exact variant of ISO 639 is used. (The...
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 conradOGG demuxer: ensure that there's pages to read for...
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 rbultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 bcoudurierseek inside buffer when offset is exactly at the end...
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierreindent
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarSlightly improve/correct description of wc3_pal_lookup
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 michaelDisable metadata reading, yes id like to know what...
2009-04-12 bcoudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 bcoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 bcouduriersimplify registration descriptor parsing with bytstream...
2009-04-12 bcoudurierOk, ts demuxer is more complicated than I thought
2009-04-12 bcoudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 bcoudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
2009-04-11 reimarSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 reimarFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 reimarwc3movie: return partial packets if not all data can...
2009-04-11 reimarExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 reimarUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 reimarReindent
2009-04-11 reimarMake electronicarts demuxer return partial frames,...
2009-04-10 diegoReplace rand() usage by av_lfg_get().
2009-04-10 diegocosmetics: Align output columns.
2009-04-10 aurelremove useless duplication of what av_new_stream()...
2009-04-10 stefanoAdd 'PNG1' to PNG fourcc codes.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-09 lucabeAAC packetiser cleanup: use consts instead of #defines
next