source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @612a5049   11 years anton avserver: do not use a static string as a default for a string option …
(edit) @7684a361   11 years anton mxfenc: switch to av_reallocp_array() and check allocation errors …
(edit) @a10c4ce2   11 years lu_zero aac: Forward errors properly in aac_decode_frame_int Incidentally …
(edit) @71953ebc   11 years lu_zero aac: Check init_get_bits return value Some code paths can call it …
(edit) @51fc88e7   11 years anton avconv: improve some variable names 'filter' is too generic, since …
(edit) @77cc958f   11 years anton lavfi: add const to the AVFilter parameter of …
(edit) @6da5b57d   11 years diego configure: Check for GCC diagnostic pragma support inside of functions …
(edit) @a8b19271   11 years diego avcodec: Add output_picture_number to AVCodecParserContext Set …
(edit) @7950e519   11 years diego Disable deprecation warnings for cases where a replacement is available
(edit) @3a7050ff   11 years diego build: Add _Pragma macro to disable deprecated declaration warnings
(edit) @79be2c32   11 years diego doc/print_options: Move options headers to a saner place
(edit) @b5a13865   11 years diego Give less generic names to global library option arrays
(edit) @0d6fa397   11 years martin rtmp: Add seek support Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @0d8b943d   11 years diego h264_sei: Return meaningful values Signed-off-by: Diego Biurrun …
(edit) @b1841217   11 years diego h264_sei: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @4c7fd58f   11 years diego h264_sei: Remove pointless old comment
(edit) @9ea24e92   11 years diego twinvq: Add proper twinvq prefixes to identifiers
(edit) @f900f35a   11 years diego flvdec: Eliminate completely silly goto
(edit) @e4529df9   11 years diego flvdec: K&R formatting cosmetics
(edit) @390b4d70   11 years diego flvdec: Fix = vs. == typo in sample rate check
(edit) @fd8f91e3   11 years martin rtsp: Simplify code for forming the remote peer url Signed-off-by: …
(edit) @3c8bff07   11 years anton avframe: have av_frame_get_side_data take const AVFrame* …
(edit) @ee37d581   11 years martin rtpproto: Allow specifying a separate rtcp port in …
(edit) @1851e1d0   11 years martin rtpproto: Check the size before reading buf[1] I doubt that anyone …
(edit) @7748dd41   11 years martin avconv: add -n option to immediately exit when output files already …
(edit) @b85dbe68   11 years martin avconv: Call exit_program instead of exit in avconv_opt as well This …
(edit) @c7e921a5   11 years martin avopt: Check whether the object actually has got an AVClass …
(edit) @b7e6da98   11 years martin rtpproto: Move rtpproto specific function declarations to a separate …
(edit) @892b0be1   11 years martin rtpproto: Simplify the rtp_read function by looping over the fds This …
(edit) @7531588f   11 years martin rtpproto: Remove a misplaced comment The fdset is a pollfd array …
(edit) @54e03ff6   11 years martin rtpproto: Support nonblocking reads Signed-off-by: Martin Storsjö …
(edit) @2e814d03   11 years martin rtpenc: Simplify code by introducing a macro for rescaling NTP …
(edit) @45dd1ae1   11 years diego avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs
(edit) @c2e936de   11 years diego tree-test: Refactor and plug memory leaks With the most annoying …
(edit) @a9b04b2c   11 years diego tree.h: K&R formatting and typo cosmetics
(edit) @9696740a   11 years martin hls: Call avformat_find_stream_info() on the chained demuxers This …
(edit) @78b4bfdb   11 years diego Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents
(edit) @1f57d601   11 years martin rtsp: Support RFC4570 (source specific multicast) more properly. Add …
(edit) @74972220   11 years martin rtpproto: Support more than one SSM include address, support excludes …
(edit) @7d99c929   11 years martin udp: Keep track of include and exclude sources separately This allows …
(edit) @3357bccc   11 years martin udp: Allow specifying multicast include/blocks as host names as well …
(edit) @0e8c6f22   11 years diego avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo Also fix …
(edit) @4822ee3   11 years diego configure: Detect AIX ar command instead of hardcoding it in the OS section
(edit) @711c4da1   11 years diego fate: Add tree test
(edit) @d99a2b6d   11 years diego avutil/tree: Drop debug messages that clutter the output
(edit) @10db1a9b   11 years diego avutil/tree: K&R formatting cosmetics
(edit) @c47037c7   11 years diego fate: Add timefilter test
(edit) @06205b5e   11 years martin hls: Free packets when skipping packets when seeking This fixes …
(edit) @a2b7eeeb   11 years martin hlsproto: Store all durations in AV_TIME_BASE Also parse segment …
(edit) @c4419103   11 years martin hls: Store all durations in AV_TIME_BASE Also parse segment durations …
(edit) @e1d5b244   11 years martin hls: Store first_timestamp in units of AV_TIME_BASE When …
(edit) @55c4cba2   11 years diego huffyuvenc: BGRA support Bug-Id: 452 Signed-off-by: Diego Biurrun …
(edit) @c110cbf6   11 years martin hls: Create an AVProgram for each variant Without the information, an …
(edit) @9d64f236   11 years martin hls: Respect the different stream time bases when comparing dts Also …
(edit) @c11e33a3   11 years martin hls: Set stream offset before opening a chained demuxer This makes …
(edit) @cdd2d73d   11 years martin hls: Don't check discard flags until the parent demuxer's streams …
(edit) @82bf8c87   11 years martin hls: Copy the time base from the chained demuxer When a variant …
(edit) @eb33ba04   11 years martin hls: Return all packets from a previous variant before moving on to …
(edit) @c5b46a06   11 years martin lavf: Don't interpret just slightly broken timestamps as wraparound …
(edit) @2219e27b   11 years lu_zero oma: correctly mark and decrypt partial packets Incomplete crypted …
(edit) @9d0b45ad   11 years lu_zero oma: check geob tag boundary Prevent read after buffer boundary on …
(edit) @4f03a77e   11 years lu_zero oma: refactor seek function Properly propagate seek errors from avio …
(edit) @3ca1dd25   11 years lu_zero xl: Make sure the width is valid And undo the wrong commit …
(edit) @0f51c398   11 years martin http: Support reading gzip/deflate compressed data Derived from VLC's …
(edit) @b09d86c   11 years derek.buitenhuis utvideoenc: use av_image_copy_plane() Signed-off-by: Paul B Mahol …
(edit) @62b1e3b1   11 years lu_zero aasc: Check minimum buffer size Prevent some overreads. Reported-by: …
(edit) @45ee556d   11 years lu_zero qdm2: Whitespace cosmetics
(edit) @0e78ef0f   11 years lu_zero flac: use meaningful return values
(edit) @f1cb490d   11 years lu_zero xl: Fix the buffer size check Also make it the first check. …
(edit) @e13a9293   11 years lu_zero xl: K&R formatting cosmetics
(edit) @270d7e3a   11 years diego doc: cosmetics: Consistently format list and table items
(edit) @bf4b0ed1   11 years diego Add missing deprecation attributes
(edit) @5b097399   11 years diego eval: Explicitly ignore return value of strtod() in parse_db() The …
(edit) @6ff15cd5   11 years diego Remove unreachable returns
(edit) @c8f0b20b   11 years lu_zero avidec: Let the inner dv demuxer take care of discarding CC: …
(edit) @10aa44aa   11 years lu_zero avidec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @37063714   11 years martin build: Only check FATE dependencies when running FATE tests Only …
(edit) @16c22122   11 years diego h264: K&R formatting cosmetics
(edit) @9666894   11 years diego buffersink: K&R formatting cosmetics
(edit) @979e9e8   11 years martin wtv: Drop some casts that now are unnecessary Signed-off-by: Martin …
(edit) @86f042dc   11 years martin wtv: Make WTV_SECTOR_BITS a 64 bit constant This makes sure that …
(edit) @80ade798   11 years diego AIX: add support for shared builds Signed-off-by: Diego Biurrun …
(edit) @b5123601   11 years martin avio: Don't set the seekable flag if no seek function is provided …
(edit) @1297f7b8   11 years martin rtpenc: Fix some odd comments Some weird comments stem from the fact …
(edit) @779e6c2b   11 years martin lavfi: add attribute_align_arg to all public entry points Previously …
(edit) @03039f4c   11 years diego miscellaneous typo fixes
(edit) @93a51984   11 years diego mpeg12: Ignore slice threading if hwaccel is active Slice threading …
(edit) @582963a8   11 years diego vdpau: Fix VC-1 interlaced mode VDPAU expects the bitstream value (0, …
(edit) @4a2ef39   11 years diego cosmetics: Add '0' to float constants ending in '.'.
(edit) @6c145ec   11 years diego twinvq: K&R formatting cosmetics
(edit) @54ba520   11 years martin arm: Comment out unused labels in simple_idct_arm When building for …
(edit) @6fd221e5   11 years lu_zero 8bps: Make the bound-checks consistent
(edit) @bd7b4da   11 years lu_zero 8bps: Bound-check the input buffer Reported-by: Mateusz "j00ru" …
(edit) @2f034f2   11 years lu_zero 4xm: Reject not a multiple of 16 dimension Reported-by: Mateusz …
(edit) @ca488ad4   11 years lu_zero alsdec: Clean up error paths Fix at least a memory leak. CC: …
(edit) @70ecc175   11 years lu_zero alsdec: Fix the clipping range mcc_weightings is only 32 elements. …
(edit) @69e6702c   11 years martin arm: Mangle external symbols properly in new vfp assembly files …
(edit) @ff30d121   11 years martin arm: Add VFP-accelerated version of qmf_32_subbands …
(edit) @800ffab4   11 years martin dcadsp: Add a new method, qmf_32_subbands This does most of the work …
(edit) @8b9eba66   11 years martin arm: Add VFP-accelerated version of fft16 Before …
Note: See TracRevisionLog for help on using the revision log.