source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @3ad678a   9 years vittorio.giovara fate: Update ac3 test to the new request_channel_layout option
(edit) @42bc768e   9 years lu_zero mpegts: Add jpeg2000 stream type Signed-off-by: Luca Barbato …
(edit) @1b4c4684   9 years lu_zero riff: Validate the wav header size before trying to parse it
(edit) @5bdfc171   9 years lu_zero asf: Do not skip data streams
(edit) @8a26ae5f   9 years lu_zero mpjpeg: Check stream allocation Bug-Id: CID 1308152
(edit) @b08569a2   9 years anton lavf: Replace the ASF demuxer The old one is the result of the …
(edit) @441e8ae5   9 years anton FATE: drop the last truncated frame from the wmapro tests Since it's …
(edit) @d3ea79e8   9 years anton FATE: drop the last truncated frame from the wma lossless test Since …
(edit) @5ec0bdf2   9 years anton h264: do not update the context fields copied between threads after …
(edit) @6d4d3fee   9 years anton h264: make sure the current picture is not made a long ref multiple …
(edit) @9a5e4fbe   9 years anton avconv: do not stop processing the input packet on decoding error We …
(edit) @b114f6d4   9 years anton avconv: factor out flushing the filters This also ensures this is …
(edit) @e49e0f58   9 years anton h264: make sure the slices do not overlap during slice threading …
(edit) @b56b12cd   9 years derek.buitenhuis configure: Check for x265_api_get Any other x265 symbol may not …
(edit) @92fdc80c   9 years lu_zero nvenc: Fix NV12 input
(edit) @072756cd   9 years lu_zero vc1dec: use get_bits_long and limit the read bits to 32 get_bits …
(edit) @5dbd491e   9 years vittorio.giovara TextureDSP: fix erroneous condition which produced blocky output for DXT
(edit) @4d554843   9 years vittorio.giovara dds: Fix palette mode on big endian Found-By: Michael Niedermayer …
(edit) @ded5957d   9 years vittorio.giovara segafilm: Remove deplanarization hack Signed-off-by: Paul B Mahol …
(edit) @5a79bf02   9 years vittorio.giovara PCM signed 16-bit big-endian planar decoder Signed-off-by: Paul B …
(edit) @41740ef8   9 years janne-libav libvpx: fix test for VPX_IMAGE_ABI_VERSION
(edit) @a88e21f5   9 years janne-libav Fix missing symbols when libvpx has only vp8 enabled Signed-off-by: …
(edit) @c2de2cf0   9 years janne-libav arm64: constify src in h264qpel dsp function definitions
(edit) @5c018ee1   9 years vittorio.giovara DirectDraw Surface image decoder Signed-off-by: Vittorio Giovara …
(edit) @7ca3e52   9 years vittorio.giovara Hap decoder and encoder Signed-off-by: Vittorio Giovara …
(edit) @c0b10575   9 years vittorio.giovara txd: Use the TextureDSP module for decoding Using the internal DXTC …
(edit) @8337e0c5   9 years vittorio.giovara Introduce a TextureDSP module This module implements generic texture …
(edit) @2ecfd451   9 years vittorio.giovara Implement Snappy decompression Signed-off-by: Vittorio Giovara …
(edit) @61dc9d64   9 years lu_zero udp: Fix local_port management The default value for unset is -1, not …
(edit) @8655c541   9 years lu_zero libvpx: Support the vp9 extended profiles Bump the minimum libvpx …
(edit) @05bf3f54   9 years lu_zero libvpx: Do not set vp8 only parameters when encoding in vp9
(edit) @c060d046   9 years lu_zero af_resample: Set the number of samples in the last frame Otherwise …
(edit) @6ec688e1   9 years lu_zero mp3: enable packed main_data decoding in MP4 14496-3 suggests packing …
Note: See TracRevisionLog for help on using the revision log.