]> git.sesse.net Git - ffmpeg/history - libavformat
main() --> main(void)
[ffmpeg] / libavformat /
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-22 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-11-21 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 Roberto TogniReplace realloc with free+malloc, the previous content...
2007-11-19 Luca AbeniConvert perror() in av_log() in bktr.c.
2007-11-19 Luca AbeniRemove perror() usage from udp.c
2007-11-19 Luca AbeniDo not use perror() in audio, video, and DV grabbers
2007-11-19 Roberto TogniCosmetics
2007-11-19 Roberto TogniNo need to update pos, it's not used after that line
2007-11-18 Roberto TogniCleanup: remove ssize
2007-11-18 Roberto TogniCheck for memory allocation failure of temp buffer
2007-11-18 Roberto TogniOptimize memory management to create an av_packet from...
2007-11-17 Jeff DownsWhen new streams are detected, look for old filters...
2007-11-16 Luca AbeniAdd MPEG2 support to the RTP muxer
2007-11-16 Luca AbeniRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-16 Alex BeregszasziRemove empty pipe_close
2007-11-16 Alex BeregszasziCall prot->url_close only if it is present.
2007-11-16 Alex BeregszasziHonor the 8bit extension (now 32bit instaed 24bit)...
2007-11-15 Alex BeregszasziPrefer ADPM_SWF instead NONE if no MP3 encoding is...
2007-11-15 Roberto Togni1000l: Fix check for max slice number
2007-11-15 Roberto TogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-15 Luca AbeniRemove some more duplicated code
2007-11-15 Luca AbeniRemove the useless variable "my_addr1"
2007-11-15 Luca AbeniUse the same code to set local_port in the IPv4-only...
2007-11-15 Panagiotis IssarisFix Doxygen parameter
2007-11-15 Panagiotis IssarisFix Doxygen parameter name
2007-11-15 Panagiotis IssarisFix Doxygen parameter name
2007-11-14 Aurelien Jacobscosmetics: whitespace
2007-11-14 Panagiotis IssarisTypo
2007-11-14 Luca AbeniRemove some useless assignments (the UDPContext is...
2007-11-14 Luca AbeniSimplify set_remote_url(), and remove some code duplication
2007-11-14 Luca AbeniUse recv() instead of recvfrom() (removes some other...
2007-11-14 Luca AbeniRemove a now unused field
2007-11-14 Luca AbeniGive better names to multicast functions (they are...
2007-11-14 Luca AbeniAvoid to duplicate the multicast code between the IPv4...
2007-11-14 Luca AbeniRemove some ifdefs by using the "dest_addr_len" field...
2007-11-14 Patrice BensoussanAdd support for reading WM/Year tag
2007-11-14 Andreas Ömanremove unnecessary -1 from snprintf len
2007-11-14 Patrice BensoussanAdd support for ID3v2 year tag
2007-11-13 Michael Niedermayerrename fps(frame per second) to tb(time base) to prevent
2007-11-12 Baptiste Coudurierremove now useless libogg support
2007-11-11 Måns Rullgårdset PKT_FLAG_KEY for Theora and OGM streams
2007-11-10 Baptiste Coudurierogg muxer
2007-11-10 Diego Biurruncomment typo
2007-11-09 Luca AbeniAdd support for some more audio formats
2007-11-08 Måns RullgårdImprove Sofdec file detection
2007-11-08 Aurelien Jacobsfix potential buffer over-read
2007-11-08 Aurelien Jacobsfix negative fseek
2007-11-08 Ronald S. BultjeSplit ac3 byte swapping into a separate function.
2007-11-08 Ronald S. BultjeIsolate caching of audio frames in its own function.
2007-11-08 Ronald S. BultjeChange a stream indexer.
2007-11-08 Ronald S. BultjeSplit out the packet parsing from the main function...
2007-11-08 Ronald S. BultjeChange parse indexer.
2007-11-08 Diego BiurrunGive Ogg muxer a lib prefix in the name like we do...
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...
next