5720 Commits (c7ff04e2f371a5157c6a632b70b9bfc5fba424c5)

Author SHA1 Message Date
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
Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 15 years ago
Michael Niedermayer 0e5f33f242 Make sure a set r_frame_rate is not overriden by a guess. 15 years ago
Michael Niedermayer 403c545d08 Attempt to fix the completely random values returned by ff_avc_find_startcode(). 15 years ago
Vitor Sessak 044a950d82 Fix memory leak for truncated packets in idCin demuxer 15 years ago
Michael Niedermayer bbdf0d2214 Make sure we dont write more bytes into filename than the array is long. 15 years ago
Michael Niedermayer 6a2459059e Do not attempt to open references through absolute pathes. 15 years ago
Vitor Sessak 2e5195646d Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 15 years ago
Martin Storsjö 4280f9bbcd Split rtsp_read_header() into two functions, so that the main part (now also 15 years ago
Martin Storsjö e23d195deb Split out input-specific parts of rtsp_read_header() into its own, new, 15 years ago
Martin Storsjö 30ff7c5cbc Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. 15 years ago
Martin Storsjö 69adcc4ffb Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) 15 years ago
Martin Storsjö 52aa4338cc Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState 15 years ago
Kostya Shishkov ce8f750c29 WavPack demuxer also depends on APE tag parser 15 years ago