]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyM...
[frescor/ffmpeg.git] / libavformat /
2007-11-03 michaelfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-03 kostyaSeek regression for RM demuxer fix
2007-11-01 aurelrevert part of r10899 which was not intended
2007-11-01 aurelremove useless initialization to 0 of adx context
2007-11-01 kostyaRevert get_num() to old behaviour in order to handle
2007-10-31 michaelsupport flv with invalid header
2007-10-31 michaelfactorize stream creation
2007-10-31 diegoRemove unused variables, fixes the following warnings:
2007-10-31 lucabeTake the target address family in account when determin...
2007-10-31 lucabeReindent after last commit
2007-10-31 lucabeResolve hosts and bind sockets even when the local_port...
2007-10-30 aurelEA IMA EACS decoder
2007-10-30 aurelEA IMA SEAD decoder
2007-10-30 lucabeIf local port n is not available, try n + 2 instead...
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-29 lucabeRemove redundant prototype
2007-10-29 lucabeRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-10-28 aurelrename crc.c to crcenc.c
2007-10-28 aurelmove framecrc muxer in its own file
2007-10-26 nicodvbprint newline after program id even when the name is...
2007-10-26 lucabeExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-10-26 lucabeRemove prototype for non-existent function
2007-10-25 aurelprobe files starting with the 1SNh tag
2007-10-25 aureldon't use #define with names starting with _
2007-10-25 aureladd parsing of 1SNh header in the EA demuxer
2007-10-25 diegoRemove unused variable, fixes warning:
2007-10-24 aurelavoid infinite loop at the end of files which are not...
2007-10-24 aurelEA ADPCM R1, R2 and R3 decoder
2007-10-24 benoitCosmetics: indentation.
2007-10-24 benoitPrevent mov muxer from writing empty udta atoms.
2007-10-24 andomaadd support for reading duration from VBRI-tag in mp3...
2007-10-24 heydownsMove setting of key frame flag for intra-only codecs...
2007-10-23 bcoudurieruse FFMIN
2007-10-23 andomafix indent
2007-10-23 andomacosmetical change of mp3_parse_xing() to prepare for...
2007-10-23 andomaadd support for reading duration from Xing-tag in mp3...
2007-10-22 aurelconvert a if() into a switch() to ease addition of...
2007-10-22 bcoudurierfix issue 225, instead of stoping when wrong atom size...
2007-10-22 kostyaBeam Software SIFF demuxer and video decoder
2007-10-21 bcoudurier100l, fix dump_format, declare buf in dump_stream_forma...
2007-10-21 aurelcosmetics: reindent
2007-10-21 aurelcosmetics: Add #endif comment.
2007-10-21 kostyaNew RM format deserves small version bump
2007-10-21 kostyaMake Matroska demuxer output full frames instead of...
2007-10-21 kostyaDemux full frames instead of sliced for RealVideo.
2007-10-20 reimarAdd support for decrypting asf files
2007-10-20 nicodvbassociate to each AVProgram the indexes of the AVStream...
2007-10-20 nicodvbAPI extension: AVProgram now has an array (stream_index...
2007-10-20 nicodvbcosmetics: moved to a separate function the code to...
2007-10-18 aurelensure all compiled in codec/muxer are registered
2007-10-18 aurelbetter check for video track detection
2007-10-18 aurelskip unsupported audio track data
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelcheck if we found an audio track before initializing...
2007-10-18 aurelcompute pts according to the audio codec
2007-10-18 aurelset bytes per sample in the context
2007-10-18 aurelfix big endian files support
2007-10-18 aurelsimplify
2007-10-18 aurelparse sample rate instead of setting a default one
2007-10-18 aureladd support for PCM codec
2007-10-18 aurelcheck compression_type to assign audio codec
2007-10-18 aurelmove compression_type as a function local var instead...
2007-10-18 aureladd support for big_endian encoded headers
2007-10-18 aureladd some error processing
2007-10-18 aurelcosmetics: indentation
2007-10-18 aurelparse header chunk in a loop (don't depend on a fixed...
2007-10-18 aureladd audio and video codec context vars
2007-10-18 aurelbetter log message
2007-10-18 aurelmove vp6 header parsing in it's own function
2007-10-18 aurelremove 2 temporary variables
2007-10-18 aurelset a default value for num_channels
2007-10-18 aurelmove audio header parsing in it's own function
2007-10-18 aureladd a log message
2007-10-18 aurelfix comment
2007-10-18 aurelsmall simplification
2007-10-18 andomaset start_time to 0 to enable seeking in mp3-files
2007-10-18 benoitMake url_split() strip url options (?opt=var) from...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 diegoUse filename as multiple inclusion guard.
2007-10-16 benoitRe-enable DEBUG_SEEK flag.
2007-10-16 bcoudurierdont write udta atom for 3gp/3g2 for now, current writt...
2007-10-16 bcoudurierindentation
2007-10-15 cehoyosFix streaming to XBox360.
2007-10-15 aurelcosmetics: reindent
2007-10-15 aureladd support for VP6 in electronicarts demuxer
2007-10-15 aurelremove useless &0xFF
2007-10-15 aurelmerge declaration and initialization
2007-10-15 aurelremove unused context vars
2007-10-15 aurelremove unused code
2007-10-15 aurelremove unused tags definition
2007-10-15 aurelremove unused close function
2007-10-15 aurelsimplify bitstream reading
2007-10-15 benoitUndefine DEBUG_SEEK.
2007-10-15 bananNellymoser ASAO decoder
2007-10-14 diegocosmetics: Move asf_read_close() down to get rid of...
2007-10-14 benoitIncrement minor after r10709.
2007-10-13 mrusimply buffer checks in vorbis_comment()
2007-10-13 mruuse bytestream_get_* in vorbis_comment()
2007-10-12 ramiroFix memleak
2007-10-11 benoitAdd functionality to set the direction of a ByteIOConte...
next