8950 Commits (2fe0094e0bf939f563c2600083bee8f183c2763d)

Author SHA1 Message Date
Diego Biurrun 7b2121e7e2 riff: Move functions around to be covered by appropriate #ifdefs 12 years ago
Martin Storsjö 0af1fe845a avformat: Fix references to the removed function av_write_header in comments 12 years ago
Martin Storsjö fc085c5b33 gxf: Add a local copy of the relevant parts of the frame rate table 12 years ago
Martin Storsjö b760ffdd07 aviobuf: Remove a senseless ifdef in avio_seek 12 years ago
Anton Khirnov a43283b6f4 wavdec: check size before reading the data, not after. 12 years ago
Anton Khirnov 79922d7237 wav: do not fail on empty INFO tags 12 years ago
Anton Khirnov 31c54711cc lavf: split wav muxer and demuxer into separate files. 12 years ago
Victor Vasiliev 58b619c8a2 wav muxer: write metadata 12 years ago
Victor Vasiliev 0bca0283cc riff: do not write empty INFO tags 12 years ago
Victor Vasiliev 71e92414bf lavf: move RIFF INFO tag writing from avienc to riff 12 years ago
Mans Rullgard 1fbaabefc4 network: #include stdint.h in network.h 12 years ago
Luca Barbato 21de6ba5c1 nut: export codec_tag provided by rawvideo 12 years ago
Mans Rullgard 3b20eb25e7 avserver: move avserver-specific code from ffmdec.c to avserver.c 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Luca Barbato 92281850a2 nut: support pcm codecs not mapped in avi 12 years ago
Luca Barbato 1bd442c276 nut: prioritize native tags 12 years ago
Mans Rullgard 0a7005bebd rtpdec_xiph: fix function return type 12 years ago
Mans Rullgard 366484fff1 smjpeg: fix type of 'ret' variable in smjpeg_read_packet() 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 12 years ago
Martin Storsjö 5a2cb78219 rtspdec: Set the default port for listen mode, if none is specified 12 years ago
Michael Niedermayer 2f1b2ff934 rtmpproto: Fix an out of array write 12 years ago
Michael Niedermayer eae35eadc0 rtspdec: Fix use of uninitialized byte 12 years ago
Martin Storsjö da18e918a4 md5: Allocate a normal private context for the opaque md5 context pointer 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Janne Grunau bd141f5ec9 mxfdec: return error if no segments are available in mxf_get_sorted_table_segments 12 years ago
Luca Barbato 26db9100b2 segment: support applehttp style list 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Luca Barbato 82569b01a1 mpegtsenc: set muxing type notification to verbose 12 years ago
Janne Grunau d5ef9354ce rtspdec: use av_strlcpy for writing into fixed size buffer 12 years ago
Janne Grunau 4a7c0c4555 http: use av_strlcpy instead of strcpy() without size checks 12 years ago
Janne Grunau 4ffbe3f3a5 matroskaenc: check cue point validity before reallocation 12 years ago
Janne Grunau 53e122dd4a swfenc: error out for more than 1 audio or video stream 12 years ago
Janne Grunau 8dd0650fe6 rtpdec_mpeg4: au_headers is a single array, simple av_free is enough 12 years ago
Martin Storsjö 7bc433b36d fate: Add tests of the ff_make_absolute_url function 12 years ago
Duncan Salerno 33893e6abc url: Handle relative urls starting with two slashes 12 years ago
Duncan Salerno eea003814c url: Handle relative urls being just a new query string 12 years ago
Duncan Salerno a6363e3d89 url: Don't treat slashes in query parameters as directory separators 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 12 years ago
Yusuke Nakamura e04826c34e file: Set the return value type for lseek to int64_t. 12 years ago
Martin Storsjö c9b10cc4db rtpenc_vp8: Update the packetizer to the latest spec version 12 years ago
Martin Storsjö 66d652cbf3 rtpdec_vp8: Make the depacketizer implement the latest spec draft 12 years ago
Luca Barbato 0826d8513d segment: drop global headers setting 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e67b0f9952 gxf: Include the right header for the avpriv_frame_rate_tab declaration 12 years ago
Justin Ruggles 11dcddb97b ffm: do not write or read the audio sample format 12 years ago
Martin Storsjö cde26748ae smoothstreamingenc: Add a more verbose error message 12 years ago
Martin Storsjö fadd3a6821 smoothstreamingenc: Ignore the return value from mkdir 12 years ago
Martin Storsjö 8e2763786d smoothstreamingenc: Try writing a manifest when opening the muxer 12 years ago