5733 Commits (65f3c029b916287e1790ce7dee8141304799017a)

Author SHA1 Message Date
Vitor Sessak 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 15 years ago
Jai Menon 1f6d0d42c5 Plug memory leak in NSV demuxer. 15 years ago
Peter Ross a27998010c Support demuxing of streamed Bink files 15 years ago
Vitor Sessak 5eef7bcd09 Plug memory leak for truncated files 15 years ago
Vitor Sessak 38beab19ab Plug some memory leaks for truncated files 15 years ago
Vitor Sessak 8a4d067dfc Revert r22119 and partially revert 22120. 15 years ago
Anton Khirnov e1c0b00b06 nutdec: make chapter start and length uint64_t to prevent overflows. 15 years ago
Reimar Döffinger 11a74f3639 Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of 15 years ago
Reimar Döffinger a34fc5e23d Make our getaddrinfo implementation initialize "struct addrinfo" return 15 years ago
Vitor Sessak 27dbc47c05 Plug some memory leaks in NUT muxer and demuxer 15 years ago
Anton Khirnov 82f50f820e Print chapter info in dump_format(). 15 years ago
Michael Niedermayer 5692ed3ad4 Many mp3s seem to contain padding after id3 tags that is not considered in the 15 years ago
Martin Storsjö f65919af7e Rename RTP depacketizer files from rtp_* to rtpdec_* 15 years ago
Carl Eugen Hoyos 1e6365b305 Include rtpdec.h, it contains prototypes for the following functions: 15 years ago
Carl Eugen Hoyos dda8fc6a09 Include avc.h from avc.c: It contains several prototypes. 15 years ago
Carl Eugen Hoyos 998257bd4f Make mp4_read_descr static: It is only used inside libavformat/mov.c. 15 years ago
Carl Eugen Hoyos c53ffb2ce5 Include apetag.h which contains the prototype for ff_ape_parse_tag(). 15 years ago
Martin Storsjö 50ff78db01 RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer 15 years ago
Anton Khirnov cba2f6d51b asfenc: write tags in proper UTF-16. 15 years ago
Anton Khirnov a677078e14 asfenc: simplify writing of comment header. 15 years ago
Anton Khirnov e4ea625ab0 asfdec: don't strip the "WM/" prefix, this should be done during conversion. 15 years ago
Benoit Fouet a5517dcc9a asf: indent. 15 years ago
Benoit Fouet 9b54f4328e asf: add more entries to metadata conv table. 15 years ago
Anton Khirnov fce4448948 Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our 15 years ago
Anton Khirnov a106d4112d Don't add WM prefixes to all written ASF tags. 15 years ago
Anton Khirnov 531d8fa308 Eliminate put_str16(). 15 years ago
Anton Khirnov 6164842300 Mention that metadata tags are (unvalidated) UTF-8. 15 years ago
Peter Ross dd80be5bfc low-complexity Bink file seeking 15 years ago
Peter Ross 7e276c85b1 set AVINDEX_KEYFRAME correctly for bink 15 years ago
Yann Coupin 8d819221db Correctly increment continuity_counter in PCR packets. 15 years ago
Benoit Fouet 6538c0f1c6 asfdec: skip byte array tags. 15 years ago
Benoit Fouet 27e7492771 asfdec: add a debug message about skipped tags. 15 years ago
Benoit Fouet 47794b9d3e asfdec: fix a memleak. 15 years ago
Benoit Fouet 514b73cf0d asfdec: only unicode tags must have even length. 15 years ago
Anton Khirnov 43382b5f13 Introduce metadata conversion table for NUT muxer and demuxer. 15 years ago
Michael Niedermayer ab392695d5 Count all frames with codec_info_nb_frames not just ones with non zero 15 years ago
Michael Niedermayer 6c6e6ef5e2 Put codec_info_nb_frames back in AVStream and print its value. 15 years ago
Peter Ross 02cd6f5426 Set video stream duration for Bink demuxer 15 years ago
Martin Storsjö 9399393333 Cosmetics: reindent 15 years ago
Peter Ross b62c65f23e Bink audio pts starts at 0, not reported_size 15 years ago
Kostya Shishkov a45972a806 Make Bink demuxer pass video flags to decoder 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Michael Niedermayer b7884740fa Make sure mp1/mp2 get their frame_size set. 15 years ago
Martin Storsjö 6f5a3d0a7b Add an RTSP muxer 15 years ago
Martin Storsjö f86f665623 Free metadata in chained RTP muxers in the RTSP muxer 15 years ago
Martin Storsjö af037f8098 Cosmetics: reindent 15 years ago
Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 15 years ago
Martin Storsjö 2efc97c2fe Cosmetics: reindent after applying patches 15 years ago
Martin Storsjö 35cfd6464e Don't follow RTSP redirects when used as a muxer 15 years ago
Martin Storsjö 3e24c7701c Add a function rtsp_setup_output_streams for announcing the SDP 15 years ago