]> git.sesse.net Git - ffmpeg/history - libavformat
Speed up show_list
[ffmpeg] / libavformat /
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.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-10-16 Benoit FouetRe-enable DEBUG_SEEK flag.
2007-10-16 Baptiste Coudurierdont write udta atom for 3gp/3g2 for now, current writt...
2007-10-16 Baptiste Coudurierindentation
2007-10-15 Patric StoutFix streaming to XBox360.
2007-10-15 Aurelien Jacobscosmetics: reindent
2007-10-15 Aurelien Jacobsadd support for VP6 in electronicarts demuxer
2007-10-15 Aurelien Jacobsremove useless &0xFF
2007-10-15 Aurelien Jacobsmerge declaration and initialization
2007-10-15 Aurelien Jacobsremove unused context vars
2007-10-15 Aurelien Jacobsremove unused code
2007-10-15 Aurelien Jacobsremove unused tags definition
2007-10-15 Aurelien Jacobsremove unused close function
2007-10-15 Aurelien Jacobssimplify bitstream reading
2007-10-15 Thorsten JordanUndefine DEBUG_SEEK.
2007-10-15 Benjamin LarssonNellymoser ASAO decoder
2007-10-14 Diego Biurruncosmetics: Move asf_read_close() down to get rid of...
2007-10-14 Benoit FouetIncrement minor after r10709.
next