]> git.sesse.net Git - ffmpeg/history - libavformat
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
[ffmpeg] / libavformat /
2007-11-08 Benoit FouetChange ff_rm_read_mdpr_codecdata to get back to old...
2007-11-07 Aurelien Jacobscorrectly set audio codec when demuxing sofdec files
2007-11-07 Aurelien Jacobsprobe more kind of electronic arts files
2007-11-07 Diego BiurrunMove external library registrations into a separate...
2007-11-07 Diego BiurrunAdd some explanatory comments.
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].
2007-11-07 Diego BiurrunRemove disabled muxer skeleton, blessed by Mans.
2007-11-07 Diego BiurrunGive the libnut muxer a lib prefix in its name so it...
2007-11-07 Ronald S. BultjeSpecify the server address when opening an rtp:// URL...
2007-11-07 Thorsten JordanCheck context before accessing its field.
2007-11-07 Kostya ShishkovMusepack SV8 demuxer and decoder
2007-11-06 Björn AxelssonAllow propagation of stream selection through the ASF...
2007-11-06 Ronald S. BultjeSplit out the MDPR chunk reading into its own function.
2007-11-05 Luca AbeniDo not send too many RTCP packets (according to RFC...
2007-11-05 Luca AbeniUse a symbolic name for the payload size of an RTCP...
2007-11-04 Diego BiurrunAdd some parentheses to clarify operator precedence...
2007-11-04 Andreas Ömanmake sure the mpeg audio header is valid before passing...
2007-11-04 Diego BiurrunEnable debug variable only when debug code is enabled...
2007-11-03 Aurelien Jacobsadd support for demuxing Electronic Arts .cdata files
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-11-03 Michael Niedermayertypo
2007-11-03 Michael Niedermayerfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-03 Kostya ShishkovSeek regression for RM demuxer fix
2007-11-01 Aurelien Jacobsrevert part of r10899 which was not intended
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-11-01 Kostya ShishkovRevert get_num() to old behaviour in order to handle
2007-10-31 Michael Niedermayersupport flv with invalid header
2007-10-31 Michael Niedermayerfactorize stream creation
2007-10-31 Diego BiurrunRemove unused variables, fixes the following warnings:
2007-10-31 Ronald S. BultjeTake the target address family in account when determin...
2007-10-31 Luca AbeniReindent after last commit
2007-10-31 Nicolas GeorgeResolve hosts and bind sockets even when the local_port...
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-30 Luca AbeniIf local port n is not available, try n + 2 instead...
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-29 Luca AbeniRemove redundant prototype
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-10-28 Aurelien Jacobsrename crc.c to crcenc.c
2007-10-28 Aurelien Jacobsmove framecrc muxer in its own file
2007-10-26 Nico Sabbiprint newline after program id even when the name is...
2007-10-26 Luca AbeniExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-10-26 Luca AbeniRemove prototype for non-existent function
2007-10-25 Aurelien Jacobsprobe files starting with the 1SNh tag
2007-10-25 Aurelien Jacobsdon't use #define with names starting with _
2007-10-25 Aurelien Jacobsadd parsing of 1SNh header in the EA demuxer
2007-10-25 Diego BiurrunRemove unused variable, fixes warning:
2007-10-24 Aurelien Jacobsavoid infinite loop at the end of files which are not...
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-24 Benoit FouetCosmetics: indentation.
2007-10-24 Benoit FouetPrevent mov muxer from writing empty udta atoms.
2007-10-24 Andreas Ömanadd support for reading duration from VBRI-tag in mp3...
2007-10-24 Jeff DownsMove setting of key frame flag for intra-only codecs...
2007-10-23 Baptiste Coudurieruse FFMIN
2007-10-23 Andreas Ömanfix indent
2007-10-23 Andreas Ömancosmetical change of mp3_parse_xing() to prepare for...
2007-10-23 Andreas Ömanadd support for reading duration from Xing-tag in mp3...
2007-10-22 Aurelien Jacobsconvert a if() into a switch() to ease addition of...
2007-10-22 Baptiste Coudurierfix issue 225, instead of stoping when wrong atom size...
2007-10-22 Kostya ShishkovBeam Software SIFF demuxer and video decoder
2007-10-21 Baptiste Coudurier100l, fix dump_format, declare buf in dump_stream_forma...
2007-10-21 Aurelien Jacobscosmetics: reindent
2007-10-21 Aurelien Jacobscosmetics: Add #endif comment.
2007-10-21 Kostya ShishkovNew RM format deserves small version bump
2007-10-21 Aurelien JacobsMake Matroska demuxer output full frames instead of...
2007-10-21 Kostya ShishkovDemux full frames instead of sliced for RealVideo.
2007-10-20 Reimar DöffingerAdd support for decrypting asf files
2007-10-20 Nico Sabbiassociate to each AVProgram the indexes of the AVStream...
2007-10-20 Nico SabbiAPI extension: AVProgram now has an array (stream_index...
2007-10-20 Nico Sabbicosmetics: moved to a separate function the code to...
2007-10-18 Aurelien Jacobsensure all compiled in codec/muxer are registered
2007-10-18 Aurelien Jacobsbetter check for video track detection
2007-10-18 Aurelien Jacobsskip unsupported audio track data
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobscheck if we found an audio track before initializing...
2007-10-18 Aurelien Jacobscompute pts according to the audio codec
2007-10-18 Aurelien Jacobsset bytes per sample in the context
2007-10-18 Aurelien Jacobsfix big endian files support
2007-10-18 Aurelien Jacobssimplify
2007-10-18 Aurelien Jacobsparse sample rate instead of setting a default one
2007-10-18 Aurelien Jacobsadd support for PCM codec
2007-10-18 Aurelien Jacobscheck compression_type to assign audio codec
2007-10-18 Aurelien Jacobsmake compression_type a function local var instead...
2007-10-18 Aurelien Jacobsadd support for big_endian encoded headers
2007-10-18 Aurelien Jacobsadd some error processing
2007-10-18 Aurelien Jacobscosmetics: indentation
2007-10-18 Aurelien Jacobsparse header chunk in a loop (don't depend on a fixed...
2007-10-18 Aurelien Jacobsadd audio and video codec context vars
2007-10-18 Aurelien Jacobsbetter log message
2007-10-18 Aurelien Jacobsmove vp6 header parsing into its own function
2007-10-18 Aurelien Jacobsremove 2 temporary variables
2007-10-18 Aurelien Jacobsset a default value for num_channels
2007-10-18 Aurelien Jacobsmove audio header parsing in its own function
2007-10-18 Aurelien Jacobsadd a log message
2007-10-18 Aurelien Jacobsfix comment
2007-10-18 Aurelien Jacobssmall simplification
2007-10-18 Thorsten Jordanset start_time to 0 to enable seeking in mp3-files
2007-10-18 Ronald S. BultjeMake url_split() strip url options (?opt=var) from...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
next