46040 Commits (7fe6f6e2b10fe278fecea850fda1d8e321330c15)
 

Author SHA1 Message Date
Paul B Mahol 6ddb03caf0 pgmyuvenc: do not create files which are not supported 12 years ago
Paul B Mahol e12cfd044c lavf: const correctness for avformat_new_stream 12 years ago
Tomas Härdin e3ba817b95 mxfenc: Fix possible integer overflows 12 years ago
Tomas Härdin fbb39f44f1 mxfdec: Fix potential leak in mxf_read_local_tags() 12 years ago
Tomas Härdin 1d22d269f5 mxfdec: Fix a potential DoS vector in mxf_read_pixel_layout() 12 years ago
Tomas Härdin 187630b244 mxfdec: Fix CID 732262 12 years ago
Mans Rullgard a6e9d64977 configure: detect parisc64 automatically 12 years ago
Mans Rullgard 56203596ae configure: detect ppc64 automatically 12 years ago
Mans Rullgard 2acda282eb configure: detect mips64 automatically 12 years ago
Mans Rullgard d4c99513f4 configure: generalise 64-bit test 12 years ago
Stefano Sabatini 55c77a0ca3 doc/filters: escape special Texinfo character @ in overlay example 12 years ago
Stefano Sabatini 51467ee868 doc/filters: remove unnecessary and inconsistent double ',' escaping 12 years ago
Michael Niedermayer 7d0ca5b7e4 doxygen: disable header/footer/stylesheet 12 years ago
Michael Niedermayer 8a34b85fa8 avio: detect implicit truncation by assert in avio_w* 12 years ago
Michael Niedermayer a3fb3a670e avio: avoid implicit truncation in avio_w* 12 years ago
Michael Niedermayer e377b50b2d matroskaenc: avoid implicit truncation in avio_w* 12 years ago
Michael Niedermayer d0ab71ed11 Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 719fde47ca Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881' 12 years ago
Michael Niedermayer 5cf794e0c1 Merge commit 'd82f188504410fdfa446c5682c128c31bb5851a4' 12 years ago
Michael Niedermayer 5555d2075a Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' 12 years ago
Martin Storsjö c44cef978b smoothstreamingenc: Don't assume streams start from timestamp 0 12 years ago
Michael Niedermayer f3b8096bc0 Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' 12 years ago
Michael Niedermayer 42ee9f3981 build: fix detection of math functions with 2 parameters. 12 years ago
Michael Niedermayer 2dbc93455c Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' 12 years ago
Anton Khirnov 292a08cbab asfdec: cosmetics, reformat ff_asf_parse_packet() 12 years ago
Anton Khirnov 5a9567631a g.723.1: add missing CODEC_CAP_DR1 12 years ago
Anton Khirnov 8e84f2055c avconv: remove now unneeded calls to avcodec_get_frame_defaults(). 12 years ago
Anton Khirnov 1bc64c2814 lavc: initialize output AVFrame before decoding. 12 years ago
Michael Niedermayer cccb45751e yuv2rgb: fix integer overflow in fill_gv_table() 12 years ago
Michael Niedermayer a494792961 yuv2rgb: fix integer overflow in fill_table 12 years ago
Michael Niedermayer 6c87b2be72 swscale_unscaled: remove unused variables 12 years ago
Michael Niedermayer 3556e7ce73 mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing 12 years ago
Michael Niedermayer 1856162caa mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified instead of failing 12 years ago
Stefano Sabatini 33c4535db7 examples/decoding_encoding: add and use the decode_write_frame function 12 years ago
Stefano Sabatini 4a227a706d lavc/utils: fix a few grammar/style nits in log messages 12 years ago
Stefano Sabatini 5ffadec30a lavc/utils: propagate or return meaningful error codes in avcodec_open2() 12 years ago
Carl Eugen Hoyos 2fdc6f355c Do not detect mov with maximum score if the atom size is too small. 12 years ago
Stefano Sabatini 8b03cd3cd7 lavd/lavfi: add graph_file option 12 years ago
Stefano Sabatini bd6240e7e9 lavfi/sendcmd: move buf init() variable to internal scope where it is used 12 years ago
Stefano Sabatini c7065f1f89 lavfi/sendcmd: release file in case of failed allocation 12 years ago
Isaac Dooley 469a65b150 x11: Fix x11grab BadCursor 12 years ago
Justin Ruggles c68317ebbe lavc: fix documentation for AVCodecContext.delay 12 years ago
Justin Ruggles 44d854a518 atrac3: return an error if extradata_size is not a specific known size 12 years ago
Justin Ruggles a5ef830b12 lavc: use the correct API version guard macro for avcodec_encode_audio() 12 years ago
Diego Biurrun 5e28e97433 Move Doxyfile into the doc/ subdirectory 12 years ago
Diego Biurrun d7a39b3340 doxygen: Build Doxygen documentation in the doc/ subdirectory 12 years ago
Mans Rullgard d82f188504 Remove need for padding in av_memcpy_backptr() 12 years ago
Mans Rullgard a153e45b95 dfa: use av_memcpy_backptr() where previously impossible 12 years ago
Diego Biurrun e831b3b852 av_memcpy_backptr: Drop no longer necessary malloc padding 12 years ago
Paul B Mahol e2820d99f2 pnmdec: use more meaningful error codes 12 years ago