source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @82e6ac85   9 years janne-libav checkasm: test all architectures with optimisations
(edit) @cb33f8d0   9 years janne-libav checkasm: Give macro a body to avoid potential unexpected syntax issues
(edit) @6cc4d3e9   9 years janne-libav checkasm: exit with status 0 instead of 1 if there are no tests to perform
(edit) @256ef198   9 years janne-libav h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1
(edit) @fc568683   9 years lu_zero cosmetics: Reformat checkasm tests
(edit) @d37f2326   9 years lu_zero checkasm: Add unit tests for bswapdsp Signed-off-by: Luca Barbato …
(edit) @a344e5d0   9 years lu_zero x86: bswapdsp: Don't treat 32-bit integers as 64-bit The upper halves …
(edit) @f5ee2300   9 years vittorio.giovara configure: Factor out g722dsp module
(edit) @a623aa0   9 years vittorio.giovara configure: Factor out wmv2dsp module
(edit) @d42191c7   9 years vittorio.giovara configure: Factor out vp8dsp module
(edit) @d4aea1aa   9 years vittorio.giovara configure: Factor out vp56dsp module
(edit) @5cb4bdb2   9 years vittorio.giovara configure: Factor out rv34dsp module
(edit) @575ec60e   9 years vittorio.giovara configure: Factor out mss34dsp module
(edit) @2edc77dc   9 years vittorio.giovara configure: Factor out ividsp module
(edit) @b075869b   9 years vittorio.giovara configure: Factor out flacdsp module
(edit) @4da585ae   9 years lu_zero OS/2: Cleanup slib_create_def_cmd Export symbols by name rather then …
(edit) @e1319aa1   9 years lu_zero libx264: Add support for the MPEG2 encoder
(edit) @0cf5588d   9 years vittorio.giovara hq_hqa: Fix decoding when INFO section is absent
(edit) @a5354084   9 years vittorio.giovara APIchanges: Mention lavfi and lavd identification symbol addition
(edit) @f1840b07   9 years vittorio.giovara Revert "mov: Double-check that alias path is not an absolute path" …
(edit) @b0017579   9 years vittorio.giovara h264: Add support for Closed Caption export Signed-off-by: Vittorio …
(edit) @2cb34f82   9 years lu_zero checkasm: Add unit tests for h264qpel Signed-off-by: Luca Barbato …
(edit) @4512ee78   9 years lu_zero mpegts: Mark the muxer as supporting variable fps Signed-off-by: Luca …
(edit) @c88c5eef   9 years lu_zero hevc: Split the struct setup from the pps parsing
(edit) @a5a6a786   9 years lu_zero mp3: Forward seeking errors Signed-off-by: Luca Barbato …
(edit) @32c8d89c   9 years lu_zero hevc: Print the non-supported chroma_format_idc And drop the spurious …
(edit) @8e373fe0   9 years lu_zero hevc: Factor out the pixel format mapping from the sps parser The …
(edit) @c571424c   9 years anton asfdec: prevent memory leaks found with Coverity Scan Signed-off-by: …
(edit) @1b9a8e5f   9 years anton dxva2_hevc: unbreak compilation after recent sps/pps changes …
(edit) @a062a55d   9 years anton hevc_parser: fix standalone build with the hevc decoder disabled The …
(edit) @b9f76d19   9 years anton hevc_ps: make sure failing to decode an SPS always returns an error …
(edit) @077b5594   9 years anton hevc: handle a NULL sps in set_sps() properly This can happen in …
(edit) @18156b5   9 years anton hevc: do not pass an entire HEVCContext into export_stream_params() …
(edit) @650060df   9 years anton hevc_parser: parse and export some stream parameters Particularly …
(edit) @7f78155d   9 years anton hevc: improve a comment That loop does the actual full decoding, so …
(edit) @d82e1adc   9 years anton hevc: move splitting the packet into NALUs into a separate function …
(edit) @ae05b486   9 years anton hevc: eliminate the second call to hls_nal_unit() Also, make …
(edit) @d7bebe48   9 years anton hevc: skip invalid/ignored NALUs when splitting the packet There is …
(edit) @b11acd57   9 years anton hevc: remove HEVCContext usage from hevc_ps Factor out the parameter …
(edit) @ab05ed4c   9 years anton mpegvideo_parser: export pixel format and dimensions
(edit) @9f4c7397   9 years anton hevc: check slice address length It is used as get_bits argument and …
(edit) @a9a2f361   9 years anton doc: add a section about building with libmfx
(edit) @86eee85d   9 years anton bytestream2: set the reader to the end when reading more than …
(edit) @8bc67ec2   9 years janne-libav Checkasm: assembly testing and benchmarking tool It provides the …
(edit) @7962686   9 years lu_zero asfdec: always reset packet state after seeking Signed-off-by: Luca …
(edit) @f1bdc23   9 years lu_zero riff: Validate bitrate
(edit) @c1d647b1   9 years lu_zero mp3: Make the seek more robust Try to parse up to 4 packets to find …
(edit) @d80811c9   9 years lu_zero riff: Use the correct logging context
(edit) @355864e   9 years lu_zero g726: Do not crash on user mistake Properly report the sample rate as …
(edit) @87f98a2b   9 years martin fbdev: Support the RGB565 colour space. Tested on a Raspberry Pi. …
(edit) @1410eeb6   9 years lu_zero imc: Use correct position for flcoeffs2 calculation flcoeffs2[pos] …
(edit) @872fab4a   9 years lu_zero asfdec: Fix reading from the pipe Signed-off-by: Luca Barbato …
(edit) @67c884eb   9 years lu_zero libvpx: Add the library header Unbreak make checkheaders
(edit) @461b45ef   9 years lu_zero lavc: Add nvenc.h to the skipheader Unbreak make checkheaders
(edit) @84b223cc   9 years lu_zero configure: Make the new qsv encoder depend on libmfx Found-by: kropping
(edit) @d1a6cb19   9 years lu_zero x86: Serialize rdtsc in read_time() Improves the accuracy of …
(edit) @40af330   9 years lu_zero avconv: vda: Unlock the pixel buffer once it is accessed Avoid …
(edit) @8fcd121b   9 years lu_zero doc: Use the succinct syntax for the channelmap example Mixing …
(edit) @66acb76b   9 years anton lavc: add Intel libmfx-based HEVC encoder
(edit) @3a85397   9 years anton lavc: add Intel libmfx-based MPEG2 encoder
(edit) @69ab9f53   9 years anton hevc: split bitstream unescaping to a separate file It will be useful …
(edit) @fd124d83   9 years anton hevc_ps: split the code for parsing the SPS and exporting it into the …
(edit) @0e7c0ec3   9 years anton lavf/hevc: pad the RBSP buffer as required by the bistream reader
(edit) @1761ab83   9 years vittorio.giovara lavc: Deprecate avctx.rc_strategy Only used by libxvid in ratecontrol …
(edit) @02b7c630   9 years lu_zero h261: Signal freeze picture release for intra frames Freeze picture …
(edit) @dc1de0b9   9 years lu_zero h261: Set 'still image mode off' in picture header Ref H.261 …
(edit) @c8b82713   9 years lu_zero xcbgrab: Explicitly include xcb/shape.h Found-By: Cheristheus
(edit) @161a301   9 years lu_zero mpjpeg: Write the Content-length
(edit) @d09b4cce   9 years lu_zero mpjpeg: Simplify using avio_printf
(edit) @f046c3b   9 years lu_zero lavc: Move deprecation warning disabling to files including the table …
(edit) @7a5902c5   9 years vittorio.giovara lavc: Disable deprectation warnings coming from options table
(edit) @8321294   9 years vittorio.giovara lavu: Add version information for av_version_info() Move the …
(edit) @80f955c9   9 years lu_zero vda: Check the correct pointer for buffer allocation CC: …
(edit) @76d4c627   9 years lu_zero webp: Make sure enough bytes are available Every chunk needs at least …
(edit) @016cac75   9 years lu_zero asfdec: prevent the infinite loop in detect unknown_subobject …
(edit) @9752d2e6   9 years lu_zero asfdec: prevent possible memory leak in the asf_read_metadata_obj …
(edit) @910247f1   9 years vittorio.giovara lavc: Deprecate avctx.{inter,intra}_quant_bias They are used by dnxhd …
(edit) @1316df7a   9 years janne-libav lavu: add an API function to return the Libav version string This …
(edit) @a31c4b2c   9 years janne-libav fate-g2m3: disable the audio stream The audio decoder is not in …
(edit) @4e081931   9 years vittorio.giovara elsdec: Replace EOVERFLOW with INVALIDDATA EOVERFLOW is not available …
(edit) @f91fe24e   9 years janne-libav g2meet: force simple idct for identical results over all fate configs
(edit) @9eec23b8   9 years janne-libav g2meet: use av_ceil_log2 instead of a custom function
(edit) @4ccccd6c   9 years janne-libav g2meet: use an unsigned type for the djb hash
(edit) @007e27d3   9 years janne-libav avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()
(edit) @a1e2caa9   9 years vittorio.giovara mov: Log format rather than fourcc in stsd in trace mode This will …
(edit) @2eef75fd   9 years vittorio.giovara mov: Adjust variable types to fix format warnings
(edit) @df22e301   9 years vittorio.giovara dump: Use the correct abs() version Fix warning from clang "absolute …
(edit) @0d449c81   9 years vittorio.giovara lavfi: Add library identifier
(edit) @0f87f9b4   9 years vittorio.giovara lavd: Add library identifier
(edit) @3f872c9b   9 years vittorio.giovara lavc: Add missing API guard to dtg_active_format option
(edit) @4d1229da   9 years lu_zero g2meet: Add FATE tests for all three G2M variants Signed-off-by: Luca …
(edit) @08c2d8f0   9 years lu_zero Go2Meeting decoder ELS and ePIC decoder courtesy of Maxim …
(edit) @e2bd03a1   9 years martin fate: Avoid unnecessary pixel format conversions Most of the …
(edit) @271ce76d   9 years vittorio.giovara h264: Parse registered data SEI message and AFD value Partially based …
(edit) @0bfab80a   9 years vittorio.giovara h264_sei: Group error check outside the switch block
(edit) @0a49a62f   9 years vittorio.giovara h263: Always check both dimensions CC: libav-stable@libav.org
(edit) @6f4cd33e   9 years vittorio.giovara cosmetic: Reformat ff_h263_decode_mba
(edit) @e95c7a61   9 years vittorio.giovara mov: Preserve the metadata even when bit-exactness is requested Make …
(edit) @303ec065   9 years vittorio.giovara aic: Fix slice size computation for widths multiples of 32 macroblocks …
(edit) @3e3056f2   9 years vittorio.giovara h264: Allow stream and container cropping at the same time The …
Note: See TracRevisionLog for help on using the revision log.