Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-21Use generic BE check instead of checking for gray16LE.Michael Niedermayer
2009-04-21add isBE()Michael Niedermayer
2009-04-21Fix crash when receiving from SDPLuca Abeni
2009-04-20Make rv40 decoder use new static VLC initialization methodKostya Shishkov
2009-04-20Compact and make constant two tables used by Musepack decodersKostya Shishkov
2009-04-20Remove example programs with a wildcard expression.Diego Biurrun
2009-04-20ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles
2009-04-20indentMichael Niedermayer
2009-04-20Only insert null packets into the video que if there is a video stream.Michael Niedermayer
2009-04-20Add zygo fourcc.Michael Niedermayer
2009-04-20IndentMichael Niedermayer
2009-04-20Do not discard truncated packets.Michael Niedermayer
2009-04-20Avoid 100% CPU useage at EOF.Michael Niedermayer
2009-04-20Make sure that video frames are flushed at EOF.Michael Niedermayer
2009-04-19Add channel layout support to the AC-3 encoder.Justin Ruggles
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles
2009-04-19Mark gsize variable as av_unused, fixes the warning:Diego Biurrun
2009-04-19Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun
2009-04-19Remove unnecessary assignment, found by CSA.Robert Swain
2009-04-19Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet
2009-04-19Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer
2009-04-19mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla
2009-04-18mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla
2009-04-18mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla
2009-04-18truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla
2009-04-18mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla
2009-04-18mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla
2009-04-18Add 3 channel layout convenience macros.Justin Ruggles
2009-04-18Avoid code duplication in xan_unpack for the final memcpy.Reimar Döffinger
2009-04-18Remove unused variable gsize, fixes the warning:Diego Biurrun
2009-04-18PPC: check for x-form asm constraint supportMåns Rullgård
2009-04-18Rename swscale_avoption.c to options.c.Stefano Sabatini
2009-04-18Make sws_setColorspaceDetails() return -1 if the destination format isStefano Sabatini
2009-04-18Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini
2009-04-18Cosmetics : reindent after last commit and remove redundant comment.Jai Menon
2009-04-18Add speex tag to nsv_codec_audio_tags.Jai Menon
2009-04-18Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon
2009-04-18PPC asm for AV_RL*()Måns Rullgård
2009-04-18ARM asm for AV_RN*()Måns Rullgård
2009-04-18Reorganise intreadwrite.hMåns Rullgård
2009-04-18Use sign_extend function instead of reimplementing it.Reimar Döffinger
2009-04-18Remove a useless "& 0xF"Reimar Döffinger
2009-04-17Use / and % operators instead of reimplementing them with a loop.Reimar Döffinger
2009-04-17Change buffer check to avoid an unlikely pointer arithmetic overflow.Reimar Döffinger
2009-04-17Simplify xan_huffman_decode by using get_bitsReimar Döffinger
2009-04-17Fix indention, patch by Lars Täuber.Lars Täuber
2009-04-17Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger
2009-04-17Remove unused code_counts array from interplavideo.c.Reimar Döffinger
2009-04-17Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon