source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1e142d5b   11 years martin movenc: Add a fallback fragmentation method for plain mp4 as well …
(edit) @543156d7   11 years martin arm: Mark the stack as non-executable If linking in an object file …
(edit) @fea6db06   11 years vittorio.giovara h264: informative error reporting in decode_slice_header() …
(edit) @96f9fbe1   11 years vittorio.giovara h264: fix slice_type value reported in decode_slice_header() …
(edit) @2f2b2efd   11 years diego doxygen: Replace @parblock syntax with manual linebreaks @parblock is …
(edit) @4d7ab5cf   11 years diego doxygen: Add a number of missing function parameter descriptions
(edit) @614b9e4   11 years vittorio.giovara h264: use avpriv_request_sample for chroma_format_idc
(edit) @f53e274f   11 years diego doc: Fix project name typo
(edit) @b339182e   11 years diego Move all example programs to doc/examples Also drop support for …
(edit) @77fbc032   11 years kostya.shishkov g2meet: validate bpp and bitmasks in the display info Signed-off-by: …
(edit) @f58dcfb3   11 years siretart Prepare for 10_beta1 Release
(edit) @9cd4bc41   11 years tdskywalker ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.
(edit) @c98f3169   11 years tdskywalker lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.
(edit) @9c0e4b33   11 years tdskywalker ac3: update AC3PreferredStereoDownmixMode. '11b' is reserved in the …
(edit) @dc971acf   11 years vittorio.giovara h264_parser: use enum values in h264_find_frame_end()
(edit) @ba7dfe5c   11 years anton lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group
(edit) @f758ea6e   11 years anton buffersink: document special error codes returned from …
(edit) @98fdfa99   11 years janne-libav ppc: reduce overreads when loading 8 pixels in altivec dsp functions …
(edit) @3fbad007   11 years derek.buitenhuis utvideoenc: Enable support for multiple slices and use them The …
(edit) @4127e6ae   11 years derek.buitenhuis libx265: Remove redundant default param call Signed-off-by: Derek …
(edit) @41836c4e   11 years derek.buitenhuis libx265: Fix use of uninitialized input picture Signed-off-by: Derek …
(edit) @0b9716c4   11 years diego doc/examples: misc Doxygen markup improvements Add properly formatted …
(edit) @3a26ccb   11 years diego build: doxy: Include code examples in Doxygen documentation
(edit) @19d31278   11 years diego doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh This allows …
(edit) @f1f42cfc   11 years diego build: Do not pass HTML snippets and stylesheet as input to Doxygen …
(edit) @e6c175df   11 years diego Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh
(edit) @066ad249   11 years vittorio.giovara h264_sei: reorder headers Also drop unused assert.h.
(edit) @304e916a   11 years vittorio.giovara h264_sei: name buffering period type consistently
(edit) @15210354   11 years vittorio.giovara h264: drop outdated comments
(edit) @3a057670   11 years vittorio.giovara h264: store current_sps_id inside the current sps In preparation for …
(edit) @73e8fab3   11 years vittorio.giovara h264: print values in case of error Also make error style consistent …
(edit) @f8c507f4   11 years lu_zero h264: Refactor ff_h264_decode_ref_pic_list_reordering In preparation …
(edit) @73eca73   11 years janne-libav mpeg12dec: do not add stereo3D side data to a non-existing frame User …
(edit) @d2617193   11 years janne-libav configure: do not link libraries against program-specific dependencies …
(edit) @60e6cecf   11 years janne-libav configure: avserver does not need $ldl Loadable plugins were removed …
(edit) @8a22503   11 years janne-libav jv: detect partial packets in the demuxer Fixes fate-jv under …
(edit) @f795a8a8   11 years janne-libav h264: make context_count unsigned Removes the bogus but scary looking …
(edit) @dff1c191   11 years anton vp9: add a new segmentation sample. The old one didn't use …
(edit) @91be8df2   11 years anton vp9: add fate sample for parallelmode. This disables backward …
(edit) @50ea9315   11 years derek.buitenhuis Add libx265 encoder Signed-off-by: Derek Buitenhuis …
(edit) @f5d92d9c   11 years janne-libav asfdec: fix seeking with fragmented packets After seeking fragments …
(edit) @0c082565   11 years janne-libav asfdec: short-circuit seeking to the start of stream Bug-id: 43 …
(edit) @0ebb523   11 years janne-libav asfdec: check ff_get_guid() return values during seeking Hitting EOF …
(edit) @462d5e8e   11 years janne-libav aacdec: set AVFrame sample_rate AVFrame.sample_rate is set in …
(edit) @4a7d3837   11 years diego buffersrc: Have function parameter names match between .c and .h file …
(edit) @25a1ba81   11 years diego log: Have function parameter names match between .c and .h file This …
(edit) @52771346   11 years anton lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer …
(edit) @64774492   11 years kostya.shishkov g2meet: make JPEG tile decoder operate on 8x8 block mask This is …
(edit) @d6d78518   11 years kostya.shishkov g2meet: factor out seeking to the chunk end Signed-off-by: Kostya …
(edit) @77bb0004   11 years anton rpza: limit the number of blocks to the total remaining blocks in the …
(edit) @a46dc497   11 years anton rpza: move some variables to the blocks where they are used
(edit) @c7769df1   11 years anton rpza: use fixed-width int types
(edit) @e1218ce9   11 years anton rpza: switch to bytestream2
(edit) @394fb56c   11 years anton lavf: always unref the packet passed to av_interleaved_write_frame() …
(edit) @682b2a80   11 years janne-libav build: fix examples compilation when EXESUF is not empty Due to a …
(edit) @18c896be   11 years anton lavf: extend / improve the AVFormatContext doxy
(edit) @54f7e79d   11 years anton lavf: add some basic documentation of the muxing process
(edit) @4c750599   11 years anton lavf: rewrite the av_write_frame() doxy Remove some vague / incorrect …
(edit) @ad7f2b69   11 years anton lavf: rewrite the av_interleaved_write_frame() doxy Remove some vague …
(edit) @b36bc81c   11 years anton avplay: add support for seeking to chapter marks
(edit) @f548f9f   11 years anton hevc: update conformance streams New streams: LTRPSPS_A_Qualcomm_1, …
(edit) @b5f851ed   11 years anton FATE: force FLAC in the lavf ogg test Since b0c2c09, vorbis would be …
(edit) @38893dc0   11 years anton pcmdec: replace a reachable assert with an error check Libavformat …
(edit) @cca4742a   11 years anton doc/APIchanges: mark the place where 9 was branched
(edit) @d711d839   11 years anton doc/APIchanges: fill in missing hashes and dates
(edit) @246d3bf0   11 years lu_zero hevc: Conceal zero td It was done only in check_mvset(), while …
(edit) @e95018b6   11 years lu_zero dnxhd: Support DNx444 Bug-Id: 99 Bug-Id: videolan/9620 Signed-off-by: …
(edit) @2f6eec65   11 years janne-libav vp8: fix PPC assembly to work if src_stride != dst_stride …
(edit) @b37effdc   11 years janne-libav mxfdec: free descriptor extradata in .read_close() Fixes memleak in …
(edit) @6a8475dc   11 years janne-libav asvenc: free avctx->coded_frame on codec close
(edit) @d6eac2f1   11 years vittorio.giovara arm: Remove a stray .fpu directive Signed-off-by: Vittorio Giovara …
(edit) @28e508a9   11 years vittorio.giovara dnxhddec: return proper error code Signed-off-by: Vittorio Giovara …
(edit) @b0c2c097   11 years vittorio.giovara lavf: default .ogg audio to libvorbis if we can Since 2007, the …
(edit) @bc3f0356   11 years kostya.shishkov g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO …
(edit) @72255478   11 years derek.buitenhuis Add raw HEVC muxer Signed-off-by: Derek Buitenhuis …
(edit) @c1e7de8f   11 years tdskywalker mlp_parser: fix request_channel_layout behavior. When …
(edit) @f90a4bfc   11 years tdskywalker mlpdec: fix request_channel_layout behavior. When …
(edit) @cde7df25   11 years derek.buitenhuis Mirillis FIC video decoder Does not contain cursor rendering yet. …
(edit) @76a75c52   11 years tdskywalker lavr: mix front center channel as indicated in the ATSC A/52 …
(edit) @c0c45188   11 years tdskywalker mlp: improve request_channel_layout behavior. Don't decode further …
(edit) @5c1c6e82   11 years janne-libav dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
(edit) @6398d8fd   11 years janne-libav configure: clang: add -Qunused-arguments to as|ld_flags as well
(edit) @b141c7b3   11 years janne-libav h264: give numbers to nalus Signed-off-by: Janne Grunau …
(edit) @0cffd6ff   11 years janne-libav x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale …
(edit) @5fdbfcb5   11 years janne-libav dcadsp: split lfe_dir cases The x86 runs short on registers because …
(edit) @5b59a9fc   11 years janne-libav x86: dcadsp: implement int8x8_fmul_int32 For the callable function …
(edit) @2bd44cb   11 years janne-libav dcadsp: add int8x8_fmul_int32 to dsp context It is currently declared …
(edit) @e3fec3f   11 years martin arm: Add EXTERN_ASM to the .func and .type declarations for exported …
(edit) @5bcbb516   11 years martin arm: Add X() around all references to extern symbols Don't rely on …
(edit) @5351964a   11 years janne-libav vp8: fix bilinear C code to work if src_stride != dst_stride. …
(edit) @49ec5515   11 years martin vp8: Use 2 registers for dst_stride and src_stride in neon bilin …
(edit) @5a0bccd   11 years janne-libav fate: force the simple idct for xvid custom matrix test The original …
(edit) @a1e1f352   11 years janne-libav lavu: add missing log.h include in timer.h
(edit) @a91d3658   11 years vittorio.giovara mpeg: K&R formatting cosmetics Also adjust header #include order and …
(edit) @9ecb8587   11 years anton doxy: Format @code blocks so they render properly @code command …
(edit) @d9ae103   11 years anton lavf: improve handling of sparse streams when muxing Currently …
(edit) @4c3e195   11 years anton lagarith: reallocate rgb_planes when needed Fixes invalid writes on …
(edit) @2240e207   11 years anton truemotion1: check the header size Fixes invalid reads. Found-by: …
(edit) @1713eec2   11 years anton shorten: pad the internal bitstream buffer Fixes invalid reads. …
(edit) @54308391   11 years anton eacmv: clear references on frame dimensions change Fixes invalid …
Note: See TracRevisionLog for help on using the revision log.