8114 Commits (60b54e4b9fac8519bb68501b73ac0efbcce5cff0)

Author SHA1 Message Date
Anton Khirnov 4f731c4429 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
Anton Khirnov 5001d6ef4a lavf: use the correct pointer in av_open_input_stream(). 14 years ago
Alex Converse d3f610c186 avidec: infer absolute vs relative index from first packet 14 years ago
Alex Converse 8b84af7488 avidec: Factor out the sync fucntionality. 14 years ago
John Stebbins cdc2c1c576 matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
Nicolas George 518d8d4365 lavf: bump minor and add APIchanges entry for av_get_output_timestamp 14 years ago
Nicolas George b442ca69d9 lavf: add an API to get output timestamps. 14 years ago
Reinhard Tartler d7537a6fce doxygen: Include libavcodec and libavformat examples into the documentation 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Martin Storsjö 5d62d0b114 udp: Fix a compilation warning 14 years ago
Ami Fischman 5dd514af93 matroskadec: forward parsing errors to caller. 14 years ago
Ami Fischman 59ca3955fb av_find_stream_info: simplify EAGAIN handling. 14 years ago
Ronald S. Bultje 9ed6cbc3ee ogg: fix double free when finding length of small chained oggs. 14 years ago
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Kostya Shishkov cb7b55b096 wavpack: skip blocks with no samples 14 years ago
ami_stuff 9df1d329a5 Support fourcc Y8 (ticket 308). 14 years ago
ami_stuff 90d475a9e7 Support fourcc YV16 (ticket 307). 14 years ago
Reimar Döffinger 1109680434 Revert "build: Remove redundant config.mak includes from subdirectory Makefiles." 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
Nicolas George 392aa6e444 ogg_read_packet: forward error code. 14 years ago
Can Wu fc66e23154 udp: Receive on the remote port number, if no local port is set 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Martin Storsjö 9abbe8cc13 Use av_printf_format to check the usage of printf style functions 14 years ago
Diego Biurrun 35fa0d4758 nsvdec: Propagate error values instead of returning 0 in nsv_read_header(). 14 years ago
Reimar Döffinger c956907eca Revert needless API change in 05e84c95. 14 years ago
Carl Eugen Hoyos 53d5cd2c82 mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 14 years ago
ami_stuff 7ac639654f mov: Support R10g codec identifier. 14 years ago
Kamil Nowosad a304a83362 riff/img2: Add JPEG 2000 codec IDs. 14 years ago
ami_stuff 2ea1ca1714 riff: Add DAVC fourcc. 14 years ago
Carl Eugen Hoyos 682a20114e riff: Add M263, XVIX, MMJP, CDV5 fourccs. 14 years ago
ami_stuff d352df0931 rawvideo: Support auv2 fourcc. 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Ivan Kalvachev 093768c9a4 Fix bink audio playback outside of FFmpeg. 14 years ago
Yusuke Nakamura ae88e9cf99 mov: Fix empty edit detection. 14 years ago
Michael Niedermayer 4aeb776913 dump_metadata: Fix 0xd in metadata 14 years ago
Michael Niedermayer a7e4342fc1 avidec: consider non video to contain only keyframes when seeking. 14 years ago
ami_stuff 799a87d749 avidec: Ignore unknown stream types 14 years ago
Ronald S. Bultje dbafb0e06f lavf: prevent crash in av_open_input_file() if ap == NULL. 14 years ago
Anton Khirnov 84bd2b4bf5 lavf: add a forgotten NULL check in convert_format_parameters(). 14 years ago
Carl Eugen Hoyos 369c68c4e1 Support DTS in mp4/mov. 14 years ago
Anton Khirnov 7c44d716e7 Add minor bumps and APIChanges entries for lavf private options. 14 years ago
Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Anton Khirnov 05e84c95c7 lavf: add avformat_open_input() as a replacement for av_open_input_* 14 years ago
Kirill Zorin 6ec2fd5f77 mmsh: fix 400 bad request 14 years ago
Diego Biurrun 1d076f46a0 rtpenc_latm: Consistently use "Libav" in license boilerplate. 14 years ago
Martin Storsjö d840733937 rtsp: Don't pass string pointer as format string to ff_url_join 14 years ago
Kirill Zorin 6095388812 mmsh: fixed printf injection bug in mmsh request 14 years ago
Kirill Zorin a0bafaabb0 mmsh: fixed printf injection bug in mmsh request 14 years ago
Reimar Döffinger 7f2228dbfe Make buffer size check consistent and avoid a possible overflow. 14 years ago