13261 Commits (eb02f0c6e83386bf8a13ab8113e5d8cff9fa72d3)

Author SHA1 Message Date
Michael Niedermayer f3b7f47070 avformat/oggparsevorbis: fix leak of tt 11 years ago
Michael Niedermayer d0a882ab1d avformat/oggparsevorbis: fix leak of ct 11 years ago
Michael Niedermayer 731f7eaaad ff_flac_parse_picture: assert that len is within the array 11 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 11 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 11 years ago
Stephen Hutchinson 9db353bc47 avisynth: Exit gracefully when trying to serve video from v2.5.8. 11 years ago
Stephen Hutchinson f277d6bf42 avisynth: Cosmetics 11 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 11 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 11 years ago
Michael Niedermayer caa7a49481 avformat/utils: fix memleak with nobuffer 11 years ago
Michael Niedermayer 9e10b2cfc9 avformat/spdifenc make const tables static const 11 years ago
Michael Niedermayer ef71717901 avformat/smoothstreamingenc: Make const tables static const 11 years ago
Michael Niedermayer 5b13778f93 mpegts: remove usage of MOD_UNLIKELY() 11 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 11 years ago
Diego Biurrun 3dd5c95dee riff: Move muxing code to a separate file 11 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 11 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 11 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 11 years ago
Marton Balint a7bb12a307 mpegts: add fix_teletext_pts mpegts demuxer option 11 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 11 years ago
Wei-Cheng Pan f646cd4471 rtp: Make ff_rtp_codec_id() case insensitive 11 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 11 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 11 years ago
Luca Barbato 605387582b lavf: Support unix sockets 11 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 11 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Diego Biurrun 22a154e436 build: Add missing img2.o dependency to apetag.o 11 years ago
Michael Niedermayer 89c3f5a907 avformat/takdec: use init_get_bits8() 11 years ago
Michael Niedermayer 77e37c34cb avformat/latmenc: use init_get_bits8() 11 years ago
Michael Niedermayer c4f9a4cd2f rdt: make const tables static const 11 years ago
Michael Niedermayer 1787432b23 mp3dec: make const tables static const 11 years ago
Michael Niedermayer 62cf5c114a avformat/matroskadec: make sipr_bit_rate static const 11 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 11 years ago
Andrey Utkin b7ed18b9bd mpegtsenc: add option tables_version 11 years ago
Michael Niedermayer 0553f2c6e5 avformat/matroskaenc: make 2 tables static that are not used outside matroskaenc 11 years ago
Michael Niedermayer 65dd93209d movenc: make uuids static const 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 11 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 11 years ago
Michael Niedermayer 61a28d00e8 flvdec: silence unused warning 11 years ago
Marton Balint d75d911223 mpegts: save last pcr of pcr pids in PES Context 11 years ago
Carl Eugen Hoyos fbc0004b4b lavf/movenc: Write disc number and total number of discs as part of metadata. 11 years ago
Carl Eugen Hoyos bb7f71d9b6 lavf/movenc: Write total number of tracks as part of metadata. 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago
Martin Storsjö fd8f91e3f4 rtsp: Simplify code for forming the remote peer url 11 years ago
Martin Storsjö ee37d5811c rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url 11 years ago
Martin Storsjö 1851e1d05d rtpproto: Check the size before reading buf[1] 11 years ago