source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @57214b2f   9 years vittorio.giovara dds: Fix palette decoding Red and blue channels were decoded in the …
(edit) @ea4d46e7   9 years vittorio.giovara dds: Fix enum declaration Drop the global variables with anonymous …
(edit) @2a187a07   9 years anton asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0 …
(edit) @93f16f33   9 years anton asfdec: close the demuxer properly when read_header is failing …
(edit) @5655236a   9 years anton asfdec: factor out seeking to the Data Object outside while return …
(edit) @ecee1148   9 years anton qsvenc_hevc: use the correct HW plugin UID
(edit) @e605bf3b   9 years janne-libav checkasm: remove empty array initializer list in h264pred test Fixes …
(edit) @3ae0e721   9 years lu_zero checkasm: Always link statically Checkasm needs to use internal …
(edit) @6b2b26e7   9 years lu_zero dds: Decode using optimal slices sizes Enjoy some cache locality and …
(edit) @9771054   9 years lu_zero hap: Decode using optimal slices sizes Enjoy some cache locality and …
(edit) @219b39a7   9 years lu_zero parseutil: Use non ambiguous aliases for uhd uhd1 and uhd2 would be …
(edit) @9ed6f9a1   9 years janne-libav arm: use a local label instead of the function symbol in …
(edit) @f56d8d8d   9 years janne-libav h264: aarch64: intra prediction optimisations
(edit) @40cf1bba   9 years vittorio.giovara Deprecate avctx.coded_frame The rationale is that coded_frame was …
(edit) @5d3addb   9 years vittorio.giovara Add a quality factor packet side data This is necessary to preserve …
(edit) @d6604b29   9 years vittorio.giovara Gather all coded_frame allocations and free functions to a single …
(edit) @91f9b657   9 years vittorio.giovara flashsvenc: Keep coded_frame.key_frame a write-only variable
(edit) @75c1ed2e   9 years vittorio.giovara ffv1enc: Use input frame to set SAR and interlacing
(edit) @10a9149d   9 years vittorio.giovara ffv1enc: Keep coded_frame.key_frame a write-only variable
(edit) @efc618af   9 years vittorio.giovara qtrleenc: Keep coded_frame.key_frame a write-only variable
(edit) @f3b4a922   9 years vittorio.giovara libtheoraenc: Keep coded_frame.key_frame a write-only variable
(edit) @d6006dd9   9 years vittorio.giovara libvpxenc: Do not entangle coded_frame Keep coded_frame.key_frame a …
(edit) @7fc8d8a1   9 years vittorio.giovara libxvid: Do not entangle coded_frame
(edit) @56672aea   9 years vittorio.giovara svq1enc: Do not entangle coded_frame
(edit) @05fb4c9a   9 years vittorio.giovara proresenc: Do not entangle coded_frame
(edit) @91767360   9 years vittorio.giovara a64multienc: Do not entangle coded_frame This change (and the …
(edit) @95e2317e   9 years vittorio.giovara roqvideoenc: Drop unneeded initialization Its fields are never …
(edit) @1f171de8   9 years vittorio.giovara mpegvideo_enc: Drop unnneded initialization coded_frame is already …
(edit) @e93ca480   9 years lu_zero parseutil: Add more resolution aliases Add DCI 2k and 4k and uhd1 and …
(edit) @69b92f1b   9 years anton qsvenc: properly handle asynchronous encoding Wait for async_depth …
(edit) @f5c4d38c   9 years anton qsvdec: properly handle asynchronous decoding Wait for async_depth …
(edit) @6b15874f   9 years anton af_resample: do not touch the timestamps if we are not resampling …
(edit) @6d592fbd   9 years anton avconv: split creating and (re-)configuring complex filtergraphs The …
(edit) @be101bc1   9 years anton avconv: create the complex filtergraphs earlier Since global options …
(edit) @1959351a   9 years anton avconv: move the no streams failure to open_output_file() It is a …
(edit) @ab7b0389   9 years anton avconv: factor out the output stream initialization
(edit) @bd2ab27c   9 years anton avconv: use read_file() for reading the 2pass stats Also, drop the …
(edit) @6d5d9246   9 years anton avconv: move handling the 2pass logfile into avconv_opt It more …
(edit) @59245e0c   9 years anton avconv: set the encoding/decoding_needed flags earlier This will be …
(edit) @56c2f377   9 years anton avconv: drop update_sample_fmt() There is only one decoder left that …
(edit) @e61f3984   9 years anton asfdec: make nb_sub to be unsigned int number of subpayloads should …
(edit) @2883ef34   9 years anton asfdec: read the replicated data in a separate function …
(edit) @0989d3ad   9 years anton asfdec: convert condition for the replicated data reading to be safer …
(edit) @40662728   9 years anton asfdec: do not read replicated data when their length is 0 …
(edit) @c9f8cfb6   9 years janne-libav fate: add checkasm target
(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
Note: See TracRevisionLog for help on using the revision log.