]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Fix nellymoser decode_tag return value, patch by Stefano Sabatini
[frescor/ffmpeg.git] / libavformat /
2007-11-14 lucabeRemove some useless assignments (the UDPContext is...
2007-11-14 lucabeSimplify set_remote_url(), and remove some code duplication
2007-11-14 lucabeUse recv() instead of recvfrom() (removes some other...
2007-11-14 lucabeRemove a now unused field
2007-11-14 lucabeGive better names to multicast functions (they are...
2007-11-14 lucabeAvoid to duplicate the multicast code between the IPv4...
2007-11-14 lucabeRemove some ifdefs by using the "dest_addr_len" field...
2007-11-14 andomaAdd support for reading WM/Year tag
2007-11-14 andomaremove unnecessary -1 from snprintf len
2007-11-14 andomaAdd support for ID3v2 year tag
2007-11-13 michaelrename fps(frame per second) to tb(time base) to prevent
2007-11-12 bcoudurierremove now useless libogg support
2007-11-11 mruset PKT_FLAG_KEY for Theora and OGM streams
2007-11-10 bcoudurierogg muxer
2007-11-10 diegocomment typo
2007-11-09 lucabeAdd support for some more audio formats
2007-11-08 mruImprove Sofdec file detection
2007-11-08 aurelfix potential buffer over-read
2007-11-08 aurelfix negative fseek
2007-11-08 benoitSplit ac3 byte swapping into a separate function.
2007-11-08 benoitIsolate caching of audio frames in its own function.
2007-11-08 benoitChange a stream indexer.
2007-11-08 benoitSplit out the packet parsing from the main function...
2007-11-08 benoitChange parse indexer.
2007-11-08 diegoGive Ogg muxer a lib prefix in the name like we do...
2007-11-08 benoitChange ff_rm_read_mdpr_codecdata to get back to old...
2007-11-07 aurelcorrectly set audio codec when demuxing sofdec files
2007-11-07 aurelprobe more kind of electronic arts files
2007-11-07 diegoMove external library registrations into a separate...
2007-11-07 diegoAdd some explanatory comments.
2007-11-07 diegoRename ogg2.[ch] to oggdec.[ch].
2007-11-07 diegoRemove disabled muxer skeleton, blessed by Mans.
2007-11-07 diegoGive the libnut muxer a lib prefix in its name so it...
2007-11-07 lucabeSpecify the server address when opening an rtp:// URL...
2007-11-07 benoitCheck context before accessing its field.
2007-11-07 kostyaMusepack SV8 demuxer and decoder
2007-11-06 benoitAllow propagation of stream selection through the ASF...
2007-11-06 benoitSplit out the MDPR chunk reading into its own function.
2007-11-05 lucabeDo not send too many RTCP packets (according to the...
2007-11-05 lucabeUse a symbolic name for the payload size of an RTCP...
2007-11-04 diegoAdd some parentheses to clarify operator precedence...
2007-11-04 andomamake sure the mpeg audio header is valid before passing...
2007-11-04 diegoEnable debug variable only when debug code is enabled...
2007-11-03 aureladd support for demuxing Electronic Arts .cdata files
2007-11-03 kostyaAdd ff_ prefix to get_v()
2007-11-03 kostyaMake get_v() available to the other demuxers
2007-11-03 michaeltypo
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
next