23833 Commits (e1ae1642cb25e041448733843931f5faf559bb37)
 

Author SHA1 Message Date
Alex Converse ba659bedb8 Reindent read_sbr_extension. 15 years ago
Alex Converse 73c2704608 Print an error and skip PS when PS is found but explicitly found but 15 years ago
Alex Converse d14662f66a Add support for PS sync extensions. 15 years ago
Alex Converse 37216b99e0 Use get_bits_left() in the sync extension check. 15 years ago
Alex Converse 702b73bc9f Fix ext_object_type. 15 years ago
Benjamin Larsson 58f48adb51 Add DynamicACL support for FFserver. 15 years ago
Joakim Plate c6cf6ae69d Don't write an empty spdif header in spdif muxers write_header function before actual data starts. 15 years ago
Bobby Bingham e0728d7991 Add unsharp video filter. 15 years ago
Stefano Sabatini b9bd6589d7 Clarify doxy for av_fifo_alloc(). 15 years ago
Craig Thomasson 77a670e796 Fix segfault when encoder initialization fails. 15 years ago
Ronald S. Bultje 2100348c3e Add actually correct rXXXXX here. 15 years ago
Anton Khirnov 46e6fb4c54 Simplify writing stream metadata. 15 years ago
Anton Khirnov 1a6498d78c Don't overwrite user-supplied metadata with metadata mapped from an input file. 15 years ago
Ronald S. Bultje 56a8242fdd Actually add flag (somehow got lost in my previous patchset?), fixes broken 15 years ago
Anton Khirnov 3dd6180fc7 Add a flag to not overwrite existing tags 15 years ago
Martin Storsjö 0950e1703b Reindent 15 years ago
Martin Storsjö 0e4b185a8d Fix leaks in the AAC RTP depacketizer 15 years ago
Ronald S. Bultje 1da1e1933f Add void to a function prototype that takes no arguments. Fixes a potential 15 years ago
Michael Niedermayer 0e1f78f90b Fix rounding direction for calculation of AVPacket.duration. 15 years ago
Martin Storsjö 3370289a4c Zero-initialize the reply struct 15 years ago
Diego Biurrun 1e4dd198af Document minimum binutils requirements on Unix-like platforms. 15 years ago
Stefano Sabatini 5b33a55376 Implement support to the AVSEEK_SIZE operation in file_seek(). 15 years ago
Stefano Sabatini 685598f58d Reindent. 15 years ago
Stefano Sabatini ac61f59a76 Rename av_encode() to av_transcode(), the new name is more meaningful. 15 years ago
Michael Niedermayer 37f57ab4dd Allow AVFormatContext.duration to be set if no individual stream duration is known. 15 years ago
Reinhard Tartler 2819760b5c Avoid division by zero 15 years ago
Bobby Bingham 2bb962567e Remove variable whose value was never read. Found by clang. 15 years ago
Vitor Sessak c99baf05c3 Add help for (I)RDFT test in fft-test 15 years ago
Vitor Sessak c2b774a04e Make code using 1d-DCT consistent with the API change 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Martin Storsjö 0e64218889 Remove a redundant assignment, found by clang 15 years ago
Michael Kostylev bee694bc4c Group Unix-like platforms together in the platform documentation. 15 years ago
Diego Biurrun 57a80d797e minor spelling fixes 15 years ago
Carl Eugen Hoyos 18590be655 Use AVDISCARD_DEFAULT for 0 where appropriate. 15 years ago
Ronald S. Bultje ff273ddae7 Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating 15 years ago
Sam Gerstein f3c68c5b45 ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. 15 years ago
Alex Converse 523429220b aacenc: Error when an unsupported profile is requested 15 years ago
Ronald S. Bultje 7b374c9ff2 Another uninitialized value. 15 years ago
Ronald S. Bultje 190413cf81 Fix uninitialized value in codepath. 15 years ago
Ronald S. Bultje ddf8e75ede Remove dead initialization. 15 years ago
Ronald S. Bultje 0b9535b9a2 Remove dead initialization. 15 years ago
Alex Converse 636da41a20 aacenc: Don't lowpass the input unless specifically requested. 15 years ago
Michael Niedermayer 008593be52 Change default for bidir_refine to 1. 15 years ago
Michael Niedermayer fd8277ffa0 Optimize bidir_refine a bit. 15 years ago
Martin Storsjö fea9bb2f31 Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_ 15 years ago
Michael Niedermayer a69220cce0 Change bidir refine hash code so we only need to perform a single 15 years ago
Martin Storsjö 4bebf2cf64 Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ 15 years ago
Michael Niedermayer 2d603902f3 Reduce the size of the bidir refine hashtable from 4096 to 256 and 15 years ago
Michael Niedermayer e056d2a24b Move comment that belonged to cmp() back to cmp(). 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago