source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f8dea10d   11 years vittorio.giovara sgi: decode images with 4 channels at 8 and 16 bits
(edit) @ab7c6462   11 years vittorio.giovara sgi: remove redundant argument from read_uncompressed_sgi()
(edit) @6d9ccee4   11 years vittorio.giovara sgi: set the row boundary to the correct value
(edit) @0279d1d0   11 years vittorio.giovara sgi: fix end of line boundary detection
(edit) @e7cd53bf   11 years vittorio.giovara sgi: check maximum supported resolution Signed-off-by: Vittorio …
(edit) @a7dbfcf6   11 years vittorio.giovara sgi: K&R formatting cosmetics
(edit) @ca36aa9e   11 years vittorio.giovara codec_desc: set lossless attribute for SGI and DPX
(edit) @06688e96   11 years vittorio.giovara fate: add exr tests Signed-off-by: Vittorio Giovara …
(edit) @38389058   11 years vittorio.giovara OpenEXR decoder Additional fixes and enhancements by Vittorio …
(edit) @678e455   11 years vittorio.giovara dxva2: Directly use AVFrames The assumption of (MPEG) Picture and …
(edit) @f94371b1   11 years lu_zero mov: Unbreak sbtl writing
(edit) @654c744   11 years vittorio.giovara vc1dec: improve hwaccel #ifdefs
(edit) @33259118   11 years vittorio.giovara h263: improve hwaccel #ifdefs
(edit) @c042cbc3   11 years derek.buitenhuis libx265: Use the repeat headers flag when not using global headers …
(edit) @cd606317   11 years derek.buitenhuis libx265: Bump version requirement Build 13 has a crucial fix which …
(edit) @09fda6bb   11 years vittorio.giovara libmp3lame: add ABR support
(edit) @292dbe5e   11 years vittorio.giovara libmp3lame: add comments about CBR/VBR modes
(edit) @729d821f   11 years vittorio.giovara libmp3lame: allow joint stereo to be disabled
(edit) @12789d96   11 years vittorio.giovara mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions …
(edit) @fce28c3c   11 years vittorio.giovara mov: fill in subtitle dimensions after parsing tkhd Sample-Id: …
(edit) @96138e8c   11 years vittorio.giovara isom: only write the size if its non zero in …
(edit) @9bd4a9f4   11 years vittorio.giovara isom: Simplify mov_rewrite_dvd_sub_extradata() This avoids the 2nd …
(edit) @3e4e2142   11 years vittorio.giovara fate: Convert the paletted output in the brenderpix tests to rgb24 …
(edit) @3a5a9654   11 years vittorio.giovara avconv: make the ASCII flow charts narrower to fit onto TTY These …
(edit) @68e95ab8   11 years vittorio.giovara dnxhdenc: return meaningful return codes
(edit) @9e4e35b4   11 years vittorio.giovara avconv_opt: fix avio_open2() return code check avio_open2() only …
(edit) @508a84e6   11 years martin golomb: Fix the implementation of get_se_golomb_long This was only …
(edit) @53c20f17   11 years diego vp8: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @6adf3bc4   11 years lu_zero movenc: Add dvd subtitle support Signed-off-by: Luca Barbato …
(edit) @85698be4   11 years lu_zero cmdutils: Mark exit_program as av_noreturn
(edit) @e8e560f2   11 years vittorio.giovara fate: add a bmpparser test
(edit) @fb5cf145   11 years vittorio.giovara bmp: add a standalone parser Signed-off-by: Vittorio Giovara …
(edit) @991362fa   11 years vittorio.giovara fate: add XBM tests
(edit) @678082b4   11 years vittorio.giovara X-Bitmap decoder
(edit) @792e4c21   11 years vittorio.giovara xbm: use av_frame_free on close
(edit) @a7a5e38   11 years vittorio.giovara fate: add PAF audio and video tests Signed-off-by: Vittorio Giovara …
(edit) @70daeacd   11 years vittorio.giovara PAF demuxer and decoder Signed-off-by: Vittorio Giovara …
(edit) @d37c9621   11 years vittorio.giovara lavc: restore copy_block{4,16} functions They were removed in …
(edit) @bb36b9aa   11 years vittorio.giovara fate: add BRender PIX tests
(edit) @ae17878f   11 years vittorio.giovara BRender PIX image decoder Further enhancements by Vittorio Giovara …
(edit) @c3a0b3eb   11 years diego arm: build: Maintain decoder objects separate from infrastructure objects
(edit) @9718c31e   11 years vittorio.giovara fate: add Alias PIX tests
(edit) @e50f5d3c   11 years vittorio.giovara Alias PIX image encoder and decoder
(edit) @3b5946bc   11 years martin truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output. …
(edit) @b9eb0341   11 years martin truehd: break out part of output_data into platform-specific callback. …
(edit) @fcf5fc44   11 years martin truehd: tune VLC decoding for ARM. Profiling on a Raspberry Pi …
(edit) @483321fe   11 years martin truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel. …
(edit) @4e5aa080   11 years martin truehd: break out part of rematrix_channels into platform-specific …
(edit) @15a29c39   11 years martin truehd: add hand-scheduled ARM asm version of mlp_filter_channel. …
(edit) @efc7290e   11 years diego x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_init …
(edit) @55d7f26e   11 years diego hpeldsp_template: Move content to hpeldsp There is no point in having …
(edit) @09d4389d   11 years diego hpeldsp_template: Drop av_unused attribute from *_no_rnd_pixels16_8_c …
(edit) @92ba9651   11 years diego dsputil: Move draw_edges and clear_block* out of dsputil_template The …
(edit) @da5be235   11 years diego dsputil: Move RV40-specific bits into rv40dsp
(edit) @8011ac91   11 years diego hpeldsp_template: Detemplatize the code The indirection makes no …
(edit) @2c01ad8b   11 years diego dsputil_template: Detemplatize the code The indirection makes no …
(edit) @aba70bb5   11 years diego Add missing headers to make template files compile (more) standalone
(edit) @e7373585   11 years diego dsputil_template: Move bits that are used templatized into separate …
(edit) @d3c3c16   11 years diego dsputil: Move hpel_template #include out of dsputil_template Multiple …
(edit) @d0aabeab   11 years diego x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation This …
(edit) @dc0c70e0   11 years vittorio.giovara avcodec: add missing includes
(edit) @aa499568   11 years vittorio.giovara avconv: More descriptive message about framedrop
(edit) @6ee55c7b   11 years vittorio.giovara vf_transpose: K&R formatting cosmetics
(edit) @21a56117   11 years derek.buitenhuis libx265: Only use one memcpy for headers They're guaranteed by the …
(edit) @60728e8b   11 years derek.buitenhuis libx265: Write global extradata when requested Matroska, MP4, and …
(edit) @8ef33497   11 years diego build: Add config option for CABAC code This allows for more elegant …
(edit) @d1780e01   11 years anton avconv: don't warn on multiple frames per packet for codecs that expect it
(edit) @47543450   11 years anton avconv: print verbose per-stream transcoding statistics
(edit) @a220b07b   11 years anton avconv: split printing the final statistics into a separate function
(edit) @baeb59d8   11 years anton avconv: rewrite output data size tracking Store a variable per …
(edit) @f759f66e   11 years anton avconv: explicitly report when the muxing overhead is unknown
(edit) @781d97fd   11 years anton avconv: remove unused nb_frames_dup Frame duplication now happens in …
(edit) @b4679ecd   11 years anton {v,a}f_showinfo: print frame side data
(edit) @15c5a8d2   11 years anton mp3dec: export replaygain tags from ID3v2
(edit) @06c3cd3c   11 years anton af_volume: support using replaygain frame side data
(edit) @d161ae0a   11 years anton frame: add a function for removing side data from a frame
(edit) @59444c76   11 years anton avconv: add stream-global side data to the first demuxed packet
(edit) @4a0f665   11 years anton libavcodec: when decoding, copy replaygain side data to decoded frames
(edit) @5a7e35d   11 years anton Add replaygain side data type and code for parsing replaygain tags.
(edit) @25b32586   11 years anton lavf: add an AVStream field for exporting stream-global side data
(edit) @0e2c3ee   11 years anton lavc: give a typedeffed name to the AVPacket.side_data struct
(edit) @54f78816   11 years vittorio.giovara configure: Remove dcbzl check for e500v1 and e500v2 architectures The …
(edit) @5b8f0a5e   11 years vittorio.giovara mpeg: K&R formatting cosmetics Signed-off-by: Vittorio Giovara …
(edit) @f51d0f39   11 years janne-libav h264: Split h264 slice decoding from nal decoding
(edit) @e9a77f4b   11 years janne-libav h264: move macroblock decoding into its own file
(edit) @ede2b451   11 years janne-libav build: Sort h264 objects
(edit) @fb7127b   11 years janne-libav build: h264 parser depends on full h264 decoder
(edit) @2a386510   11 years vittorio.giovara RELEASE_NOTES: mention new filters
(edit) @6f6c0294   11 years vittorio.giovara lavc: drop ff_pixfmt_list_420
(edit) @d5717bc4   11 years vittorio.giovara changelog: switch libx265 and compand entries
(edit) @0f0d1d05   11 years lu_zero configure: Always use -DOPJ_STATIC when checking for openjpeg …
(edit) @1e9db41e   11 years tdskywalker movenc: Allow override of major brand in ftyp atom Signed-off-by: Tim …
(edit) @4f484037   11 years diego lagarith: Fix typo in printf format string …
(edit) @57f09608   11 years diego dsputil: Move thirdpel-related bits into their own context
(edit) @82dd1026   11 years diego x86: dsputil: Move hpeldsp-related declarations to a separate header
(edit) @ae116cd3   11 years diego ppc: dsputil: Move hpeldsp-related declarations to a separate header
(edit) @6655c933   11 years diego x86: dsputil: Move fpel declarations to a separate header
(edit) @322a1dda   11 years diego dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
(edit) @f9279ee7   11 years diego dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
(edit) @600b854a   11 years diego imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil
Note: See TracRevisionLog for help on using the revision log.