source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9f4a16c5   11 years derek.buitenhuis configure: Do not explicitly set Oy for msvc/icl It is implied by O1 …
(edit) @b6507930   11 years derek.buitenhuis fate: Add Canopus Lossless YUY2 test Signed-off-by: Derek Buitenhuis …
(edit) @d9c89ef8   11 years derek.buitenhuis cllc: Use outbuf in RGB and ARGB functions Signed-off-by: Derek …
(edit) @1ef6ac10   11 years derek.buitenhuis cllc: Implement YUV support Signed-off-by: Derek Buitenhuis …
(edit) @b0ce601   11 years derek.buitenhuis doc/platform: Add info about ICL Signed-off-by: Derek Buitenhuis …
(edit) @e21307a   11 years anton lavf: don't abort if both encoder and muxer aspect ratios are not set …
(edit) @c3e58f8f   11 years anton matroskaenc: restore compatibility with non referenced AVPacket …
(edit) @95d5246   11 years anton lavc: Add option to encode MPEG-2 AAC with libfdk-aac Signed-off-by: …
(edit) @ace87c19   11 years diego configure: whitespace cosmetics
(edit) @6dc65986   11 years diego configure: Simplify an expression with enabled_all.
(edit) @f11e4045   11 years derek.buitenhuis configure: More msvc/icl combining Signed-off-by: Derek Buitenhuis …
(edit) @f963f701   11 years lu_zero ogg: relax demuxer conformance checks Some samples in the wild are …
(edit) @42cc6cef   11 years lu_zero avconv: report the error for codec open failure External codec may …
(edit) @1e340af8   11 years lu_zero avconv: drop additional strerror fallback strerror_r is called by …
(edit) @720a1de5   11 years anton lavc: free the padded last frame during audio encoding properly
(edit) @eeeb5c29   11 years anton vsrc_movie: do not free avoption variables in uninit() The generic …
(edit) @e0d6e2fc   11 years martin configure: Remove unneeded icl inline compatibility definition …
(edit) @c9c7bc44   11 years anton lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() …
(edit) @cd0faeee   11 years lu_zero lavfi: math typo in interlace filter Signed-off-by: Luca Barbato …
(edit) @ee16a0ce   11 years lu_zero smacker: check frame size validity Reported-by: Mateusz "j00ru" …
(edit) @58c95448   11 years lu_zero smacker: pad the extradata allocation Reported-by: Mateusz "j00ru" …
(edit) @bbb2945   11 years lu_zero smacker: check the return value of smacker_decode_tree Also prevent a …
(edit) @f52edef3   11 years lu_zero smacker: fix an off by one in huff.length computation Reported-by: …
(edit) @985f34b7   11 years lu_zero utils: fix avcodec_flush_buffers pre-reference counting compatibility …
(edit) @df9f22d4   11 years lu_zero avf: move url utility functions in a separate file
(edit) @12db891d   11 years lu_zero avf: move ff_write_chained to mux.c
(edit) @508998f7   11 years lu_zero avf: move riff tags accessors where they belong
(edit) @ec7c51c7   11 years lu_zero avf: move ff_http_match_no_proxy to network It is only used by …
(edit) @afc86853   11 years lu_zero avf: split off format register and lookup function
(edit) @f80b60ad   11 years lu_zero bitstream: forward error values and drop few abort()
(edit) @f776899   11 years lu_zero bitstream: K&R formatting cosmetics
(edit) @9e80eda2   11 years lu_zero h264_mp4toannexb_bsf: return a padded buffer The code using the …
(edit) @8d929afd   11 years lu_zero h264_mp4toannexb_bsf: factor out extradata parsing
(edit) @5d21ca45   11 years lu_zero h264_mp4toannexb_bsf: K&R formatting cosmetics
(edit) @59d7bb99   11 years lu_zero 4xm: check bitstream_size boundary before using it Prevent buffer …
(edit) @fbd0dacc   11 years lu_zero 4xm: refactor decode_p_block Directly return from code 1, 2 and 6 …
(edit) @94aefb19   11 years lu_zero 4xm: do not overread the source buffer in decode_p_block Check for …
(edit) @be373cb5   11 years lu_zero 4xm: do not overread the prestream buffer Reported-by: Mateusz …
(edit) @de2e5777   11 years lu_zero 4xm: validate the buffer size before parsing it Reported-by: Mateusz …
(edit) @145023f5   11 years lu_zero 4xm: reject frames not compatible with the declared version …
(edit) @1f0c6075   11 years lu_zero 4xm: drop pointless assert Make sure the value of wlog2 is always …
(edit) @b8b80990   11 years lu_zero 4xm: forward errors from decode_p_block Partially mitigate out of …
(edit) @50ec1db6   11 years lu_zero 4xm: fold last_picture lazy allocation in decode_p_frame
(edit) @42d73f7f   11 years lu_zero 4xm: do not overread while parsing header Reported-by: Mateusz …
(edit) @e7a44f87   11 years lu_zero 4xm: refactor fourxm_read_header Split sound and video tag parsing in …
(edit) @e6496ea   11 years lu_zero 4xm: K&R formatting cosmetics
(edit) @08859d19   11 years lu_zero 4xm: use the correct logging context
(edit) @7ad57086   11 years martin g2meet: Fix a typo in the height comparison Signed-off-by: Martin …
(edit) @7dfc3381   11 years kostya.shishkov g2meet: do not leak buffers
(edit) @4d960d7f   11 years kostya.shishkov g2meet: more graceful cursor loading
(edit) @767ae86c   11 years kostya.shishkov g2meet: reset dimensions on header parsing errors
(edit) @84d3ff50   11 years anton lavc: add a libwavpack encoder wrapper
(edit) @799f57ac   11 years anton lavc: use AVFrame API properly in pad_last_frame(). This also …
(edit) @8835c554   11 years anton matroskadec: introduce resync function. This allows handling matroska …
(edit) @3965d40   11 years martin configure: Don't add -fPIC on windows targets This avoids warnings …
(edit) @3fd0d166   11 years martin configure: Don't explicitly disable PIC for windows targets This …
(edit) @2aa33254   11 years martin configure: arm: Don't try to enable pic for shared libraries on win32 …
(edit) @252ee3d3   11 years kostya.shishkov utvideodec: Set colorspace by codec_tag. Signed-off-by: Kostya …
(edit) @2578f1ef   11 years kostya.shishkov riff: Support ULH0 and ULH2 fourccs. Signed-off-by: Kostya Shishkov …
(edit) @b441fdeb   11 years kostya.shishkov utvideodec: Support ULH0 and ULH2 formats. Signed-off-by: Kostya …
(edit) @a3b2b83   11 years lu_zero faxcompr: return meaningful errors And optionally forward them to the …
(edit) @f32aefcf   11 years lu_zero faxcompr: K&R formatting cosmetics
(edit) @9c221697   11 years lu_zero tiff: do not overread the source buffer At least 2 bytes from the …
(edit) @999ccd2d   11 years lu_zero tiff: cleanup the error paths Return the proper error values and …
(edit) @016c5b06   11 years lu_zero tiff: refactor fax support in a separate function
(edit) @10393768   11 years lu_zero tiff: refactor deflate support in a separate function Report when …
(edit) @f8a4d5e9   11 years lu_zero h264_parser: K&R formatting cosmetics
(edit) @92b3caa1   11 years lu_zero vorbis: return meaningful errors
(edit) @aa2c918f   11 years martin rtpdec: Fix the alphabetical ordering in registering depacketizers …
(edit) @2681924b   11 years martin libavformat: Fix standalone compilation of the webm muxer The missing …
(edit) @e816aaac   12 years anton apetag: use int64_t for filesize CC: libav-stable@libav.org
(edit) @274e134e   12 years anton avconv: check that the output format context exists before accessing …
(edit) @8b7dffc2   12 years anton lavfi doxy: improve/extend AVFilter doxy.
(edit) @9835abb6   12 years lu_zero network: uniform ff_listen_bind and ff_listen_connect Document the …
(edit) @7c020e1a   12 years martin movenc: Grow the frag_info array in chunks Previously it was grown …
(edit) @ab118976   12 years martin movenc: Increase the cluster array allocation by doubling The …
(edit) @3b4feac1   12 years martin movenc: Keep track of the allocated size for the cluster array When …
(edit) @fc962d4e   12 years martin mem: Add av_realloc_array and av_reallocp_array These help avoiding …
(edit) @9683e37   12 years martin movenc: Change the track struct name to match the typedef This makes …
(edit) @2d66a58c   12 years kostya.shishkov Go2Webinar decoder
(edit) @31980b6a   12 years kostya.shishkov vmd: decode videos with no LZ buffer size provided - they might not …
(edit) @0aed0bfc   12 years kostya.shishkov vmd: fix mode 3 decoding
(edit) @c011ceef   12 years diego swscale: ppc: Remove commented-out define cruft
(edit) @9f84ed8c   12 years diego nsvdec: Remove commented-out debug cruft
(edit) @f0ce1d99   12 years diego cpu: Restructure code to avoid pointless ret variable indirection …
(edit) @46ce9ded   12 years diego tiff: K&R formatting cosmetics
(edit) @f849a77   12 years lu_zero network: factor out connect-listening code Introduce …
(edit) @28306e6d   12 years lu_zero network: factor out bind-listening code Introduce ff_listen_bind, to …
(edit) @de421b20   12 years kostya.shishkov use my full first name instead of short one in copyrights
(edit) @33f64fd5   12 years kostya.shishkov indeo4: expand allowed quantiser range Indeo 4 has quantiser range …
(edit) @60f09c04   12 years derek.buitenhuis configure: icl: Merge -Qdiag-error parameters Signed-off-by: Derek …
(edit) @14fb9d3   12 years derek.buitenhuis configure: Separate commonalities in msvc and icl flags Allows for …
(edit) @0b0953ba   12 years kostya.shishkov proresenc: alpha coding support
(edit) @86113667   12 years martin arm: Include hpeldsp_neon.o if h264qpel is enabled A few of the …
(edit) @efb7968c   12 years martin arm: Don't unconditionally build dsputil files Signed-off-by: Martin …
(edit) @36a7df8   12 years martin arm: Only build the FFT init files if FFT is enabled This fixes build …
(edit) @186599ff   12 years martin build: cosmetics: Place unconditional before conditional OBJS lines …
(edit) @9b9b2e9f   12 years martin build: arm: cosmetics: Place all OBJS declarations in alphabetical …
(edit) @70196673   12 years lu_zero vmd: drop incomplete chunks and spurious samples Odd chunk size makes …
(edit) @676da248   12 years lu_zero vmd: refactor the inner decode loop Simplify a little, assume empty …
Note: See TracRevisionLog for help on using the revision log.