2009-04-09 |
Luca Abeni | AAC packetiser cleanup: remove check for a condition... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Martin Storsjö | Fix two checks in the AAC packetiser, which were too... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Make sure the next used frame is released so get_buffer... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Move release_buffer() up so it is prior to a future... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Factorize release_buffer() |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Make sure spatial_decomposition_count is not too large... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Skip non intra frames that have no reference frames. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Make sure spatial_decomposition_count is >0. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Make sure the block array is of the correct size. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Check spatial_decomposition_count too, fixes another... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | 10l, forgot to remove old code, which broke snow. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Factorize check of read symbols. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Fix spatial_decomposition_type validity check. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Fix crash when max_ref_frames was out of range. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Diego Biurrun | Give liblzo benchmark conditionals more descriptive... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Diego Biurrun | Add a configure check for lzo1x_999_compress() and... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Reimar Döffinger | Fix memleak in nuv demuxer: free packet already allocat... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Diego Biurrun | Remove unnecessary gcc_fixes.h #include. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Diego Biurrun | cosmetics: Reformat comment paragraph and fix a few... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Michael Niedermayer | Fix -ss / -t interaction with -acodec copy. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Michael Niedermayer | Fix mb_height for interlaced mpeg2. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ramiro Polla | configure: Add --enable-runtime-cpudetect |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ramiro Polla | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Reimar Döffinger | Correctly set packet size for partial video packets... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Reimar Döffinger | Add av_shrink_packet function for use in av_get_packet... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Zhentan Feng | Reduce code duplication. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ronald S. Bultje | Document addition of new avcodec_decode_video2/audio3... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Martin Storsjö | Add support for AMR audio in the RTP muxer |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Baptiste Coudurier | force sample for qcelp when not stored in mov, fix... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ronald S. Bultje | Reindent after r18372. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ronald S. Bultje | Add waveformat-extensible support in the wav muxer. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Robert Swain | Clarify which time_base the relevant members of AVPacke... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | move codec tag tables near corresponding code |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | cosmetics, add empty line and remove useless braces |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | fix compilation, add missing parenthesis |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | comment the ipod subtitle check |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | invert condition to simplify code |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | remove no more needed code, tag is set by default |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | cosmetics, reindent, add empty lines |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | split mov_find_codec_tag in separate per format functions |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefano Sabatini | Improve grammar/comprehensibility of the lavu 50.2... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Reimar Döffinger | Always return 0 if read_packet is successful. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Reimar Döffinger | Do not uselessly read version string into a buffer. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Reimar Döffinger | Describe read_alloc return value and required pkt handl... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Reimar Döffinger | Error out also when reading nuv header returns with... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | set bits_per_coded_sample for rawvideo |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Baptiste Coudurier | override mov fourcc for pcm audio, this is safer when... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Robert Swain | Fix second amr_nb_decode_frame() to also use the new... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Thilo Borgmann | Move av_packet_*() functions from libavformat/ to libav... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Aurelien Jacobs | fix vp5/vp6 decoding by using new prototype for decode... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Thilo Borgmann | Move AVPacket up a bit, so that structs/functions that... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Aurelien Jacobs | use av_freep() instead of av_free() + =NULL. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Luca Abeni | Fix the copyright year |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Martin Storsjö | Add support for H.263 video in the RTP muxer |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Luca Abeni | Do not return payload type 34 for H.263 (it is deprecated) |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Kenan Gillet | Move scale factor computation to its own function.... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Michael Niedermayer | Try to honor even completely invalid motion vectors... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Martin Storsjö | Only insert the SPS and PPS NALs in sprop-parameter... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefano Sabatini | Add missing entry corresponding to r18163. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefano Sabatini | Cosmetics: remove empty line. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefano Sabatini | Fix minor version for the r18116 entry: minor was not... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Justin Ruggles | Add convenience macros for 5.0/5.1 back speaker configu... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ramiro Polla | mlpdec: Filters and matrices may change only once per... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Ramiro Polla | mlpdec: There must be no extraword for MLP. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Ramiro Polla | mlpdec: Validate non-restart bit from the substream... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Ramiro Polla | mlpdec: matrix_out_ch must not be greater than max_matr... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Ramiro Polla | swscale: Remove X86 commented out code. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Michael Niedermayer | Make sure the last bits of huffyuv frames are zeroed. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Ramiro Polla | swscale: Use function pointers for swScale functions. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Ramiro Polla | swscale: {}-related cosmetics. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Ramiro Polla | swscale: Add const to some swScale functions' parameters. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
David Conrad | ARM: NEON optimized put_signed_pixels_clamped |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Måns Rullgård | ARM: NEON optimised add_pixels_clamped |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kenan Gillet | Add missing static qualifier from function declaration... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Stefano Sabatini | Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Stefano Sabatini | Remove JACK input device addition entry. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Michael Niedermayer | Do not fail on zero packets. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Reimar Döffinger | Mark line_skip3 asm argument as output-only instead... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Reimar Döffinger | Mark put_signed_pixels_clamped_mmx output operands... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Reimar Döffinger | Use DECLARE_ASM_CONST for non-global ff_vector128 const... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Gwenole Beauchesne | Add VC-1 bitstream decoding through VA API. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Stefano Sabatini | Update after the last two commits. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Olivier Guilyardi | Implement JACK input device. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Olivier Guilyardi | Implement av_fifo_space(). |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Diego Biurrun | Fix lzo-test linking: -llzo2 should be in ELIBS, not... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Alex Converse | Rewrite put_signed_pixels_clamped_mmx() to eliminate... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Stefano Sabatini | Update after the last API change. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Thilo Borgmann | Move AVPacket declaration from avformat.h to avcodec.h. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Ramiro Polla | swscale: Remove mmx2 params from h[yc]scale(). |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Ramiro Polla | swscale: Split h[yc]scale_fast() into their own functions. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Ramiro Polla | swscale: Execute sfence and emms depending on runtime... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Jai Menon | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Reimar Döffinger | Reindent |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Reimar Döffinger | Support DVD subtitles in mov/mp4 as created by Nero. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Gwenole Beauchesne | Register VA API HW accelerators. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Gwenole Beauchesne | Add VA API deps. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Gwenole Beauchesne | Add hwaccel configury. This generates CONFIG_<CODEC... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Diego Biurrun | Replace manual setting of the removed av_log_level... |
commit | commitdiff | tree | snapshot |
next |