platform/upstream/libav.git
2008-12-14 Stefano SabatiniRemove set_all_opt() and its use in av_set_string2...
2008-12-14 Michael Niedermayer10l (forgot sample_size)
2008-12-14 Stefano SabatiniDocument register_avcodec().
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Stefano SabatiniUse a more explicit "codec" rather than "format" as...
2008-12-14 Måns Rullgårdoggflac: fix bitstream reader usage
2008-12-14 Aurelien Jacobsindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-14 Michael NiedermayerFix non interleaved variable fps ODML avis.
2008-12-14 Diego Biurruncosmetics: typo/grammar/wording/whitespace fixes
2008-12-14 Reinhard TartlerFix the use of Requires.private and Libs.private in...
2008-12-14 Stefano SabatiniCosmetics: remove empty comments.
2008-12-14 Michael NiedermayerFix files with fps between 0.5 and 0.1.
2008-12-14 Michael NiedermayerRemove silly FIXME comment.
2008-12-14 Anders GrönbergPrevent shift overflow, patch by Anders Grönberg, galil...
2008-12-14 Anders GrönbergAdd a few const qualifiers in appropriate places.
2008-12-14 Mike Melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-14 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-14 Aurelien JacobsGet rid of mmx_t.
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 Luca AbeniRemove useless typedef
2008-12-13 Luca AbeniRemove unused types
2008-12-13 Reimar DöffingerAvoid _t in gxf enum type names
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-12-13 Ronald S. BultjeSeparate the packet fetching from the data reading...
2008-12-13 Diego Biurrun100l: Add missing backslashes.
2008-12-13 Diego Biurruncosmetics: Break some lines for a more aesthetically...
2008-12-13 Diego BiurrunRemove misleading comment, _t is POSIX-reserved namespace.
2008-12-13 Måns Rullgårdconfigure: fix $nm
2008-12-13 Måns RullgårdRemove other shared lib names from linker command line...
2008-12-13 Reimar DöffingerAllow setting a different nm binary from the configure...
2008-12-13 Diego BiurrunMake mips64 a separate arch with fast_64bit.
2008-12-13 Diego Biurrunwhitespace cosmetics
2008-12-13 Diego BiurrunReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-12-13 Jai MenonAvoid _t in identifier names, _t is reserved by POSIX.
2008-12-13 Diego BiurrunAdd img_convert() to imgconvert.h and #include it from...
2008-12-13 Anders GrönbergMatroska uses tables from isom.c, so add the object...
2008-12-13 Diego BiurrunAdd mips64 to the architecture list.
2008-12-13 Diego BiurrunAdd alternative names for sh4 and parisc architectures.
2008-12-13 Luca BarbatoLet imgresample altivec code build
2008-12-13 Luca BarbatoCleanup types
2008-12-13 Luca BarbatoUnbreak imgresample altivec
2008-12-13 Luca BarbatoRename type to be consistent
2008-12-13 Reimar DöffingerDefine _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs...
2008-12-13 Reimar DöffingerFix regression.sh to work on OpenBSD which has md5...
2008-12-13 Reimar DöffingerRemove OpenBSD SLIBNAME magic, it seems unnecessary...
2008-12-13 Måns Rullgårdmpegts: replace Program_t typedef with "struct Program"
2008-12-12 Stefano Sabatinis/#AVClass/AVClass/, consistent with the rest of the...
2008-12-12 Reimar DöffingerAlso include sys/types.h when testing for socklen_t...
2008-12-12 Måns Rullgårdconfigure: clean up .align detection
2008-12-12 Reimar DöffingerSome forgotten eax -> REG_a changes.
2008-12-12 Michael NiedermayerMore POSIX _t namespace cleanup.
2008-12-12 Aurelien Jacobsmatroska: sort codec tags list
2008-12-12 Kurtnoisematroska: add dirac support (patch by Kurtnoise kurtno...
2008-12-12 Ben Littleradd another mpeg4 avi fourcc from uncommon codecs list
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-12-12 Dave YeoAdd sys/time.h header #include, fixes compilation on...
2008-12-12 Oded ShimonRename all vorbis encoder related typedefs to not use...
2008-12-12 Oded ShimonUpdate lavf/libnut.c to _tt type names in libnut API
2008-12-12 Jay Freemanfix mjpega bitfilter when dht, dqt, sof0 are not ordere...
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 Baptiste CoudurierMove get_pixels_8x4 before init func to avoid useless...
2008-12-12 Baptiste Coudurierrename 4x8 to 8x4 to match widthxheight consistently
2008-12-11 Aurelien Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Baptiste Coudurierparse pasp atom and set sample aspect ratio,
2008-12-11 Michael Niedermayers/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-11 Diego BiurrunAdd backwards-compatibility typedef for removed _t...
2008-12-11 Baptiste Coudurierremove _t in typedef for POSIX compatibility
2008-12-11 Diego BiurrunDrop _t from typedef names for POSIX compatibility.
2008-12-11 Michael NiedermayerRemove comment suggesting using variables ending in...
2008-12-11 Vitor SessakAvoid POSIX reserved _t suffix.
2008-12-11 Vitor SessakRename ROQDPCMContext_t to ROQDPCMContext to avoid...
2008-12-11 Reimar DöffingerAvoid _t in typedef type
2008-12-11 Michael Niedermayerremove _t for POSIX compatibility.
2008-12-11 Ronald S. BultjeFix indenting.
2008-12-11 Diego BiurrunDo not set COMPILE_C if AltiVec is enabled without...
2008-12-11 Reimar DöffingerUse "struct gxf_stream_info" instead of "st_info_t",
2008-12-11 Reimar DöffingerRemove useless and confusing (since they are also used...
2008-12-11 Mike Melansonadd 'ACDV' FourCC (which is just complete JPEG files...
2008-12-11 Baptiste Couduriermove structure definitions in their own header
2008-12-11 Baptiste Couduriercosmetics
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 David ConradFix compilation with only Theora decoder enabled
2008-12-11 Kenan GilletAvoid the 'Claimed bitrate and buffer size mismatch...
2008-12-10 Loren Merrittclear_block mmx
2008-12-10 Loren Merrittfix progressive jpeg:
2008-12-10 Måns RullgårdAAC: move scratch array to context to ensure 16-byte...
2008-12-09 Alexis BallierRemove useless inline qualifier, fixes linking with...
2008-12-09 Alex ConverseAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 Alex ConverseAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 Alex ConverseAAC: Remove unnecessary fabsf()
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-08 Ben Littleradd mpeg2 fourcc and aac format tag from asf
2008-12-08 Justin Rugglescosmetics: alignment after last commit
next